New: perlAll contenthive-129948krhive-196917zzanhive-183959steemhive-180932hive-185836photographyhive-150122hive-166405hive-144064uncommonlabhive-101145hive-183397hive-188619krsuccesshive-184714bitcoinhive-193637hive-145157hive-180301hive-103599hive-139150hive-165987TrendingNewHotLikersarthursiq5 (41)in hive-192037 • 2 years agoEN | PT] Perl - Using conditionals (second part) | Perl - Usando condicionais (parte 2)Read too on Odysee Read the first part Ok, you must be thinking now “OK, but why did this tutorial have a part 2?”, and I answer you: Perl has more conditional structures than just if…arthursiq5 (41)in hive-192037 • 2 years ago[ EN | PT] Perl - Using conditionals (first part) | Perl - Usando condicionais (parte 1)Read too on Odysee English version We finally come to the use of conditionals in Perl (the famous if and else ). If conditional The basic if structure is like this: if…arthursiq5 (41)in hive-192037 • 2 years ago[ EN | PT] Perl - Math | Perl - MatemáticaRead too on Odysee Read too on Ecency One of the most important things in any programming language is its support for mathematical operations. With Perl it's no different: the language…arthursiq5 (41)in linux • 2 years ago[ EN | PT ] Using the “print” and “say” functions in Perl | Usando as funções “print” e “say” em PerlRead too on Odysee Read too on Ecency First of all, I warn you that this text will be much shorter than the previous one, but in the next one it will be After seeing the previous…arthursiq5 (41)in programming • 3 years ago[ EN | PT ] "Hello World" in Perl | "Hello World" em PerlRead too on Odysee Read too on Ecency As, in all programming languages, time to make a “Hello World” to consolidate our knowledge in the Perl language. Installing Perl First, we…skysnap (67)in hive-119463 • 3 years agoPerl - How to Use DELETE query in MySQL using Perl LanguageIn this post, we are going to see, How to Use DELETE query in MySQL using Perl Language. In previous few posts, we learned about how to use the INSERT, UPDATE queries. And we also learned about…skysnap (67)in hive-119463 • 3 years agoPerl - How to Use UPDATE query in MySQL using Perl LanguageIn this post, we are going to see How to Use UPDATE query in MySQL using Perl Language. Previously in few posts we learned about how to connect to mysql database using perl. And then we learned…skysnap (67)in hive-119463 • 3 years agoPerl - How to Use INSERT Query in MySQL using Perl LanguageIn this post, we are going to see How to Use INSERT Query in MySQL using Perl Language. So previously we have seen how the connection with mysql works with the perl driver. And we also checked how…skysnap (67)in hive-119463 • 3 years agoPerl - How to SELECT query in MySQL using Perl LanguageIn this post, we are going to see How to SELECT query in MySQL using Perl Language. We are going to see how to use the select query and few other queries in MySQL while we are going to be using…skysnap (67)in hive-119463 • 3 years agoPerl - How to Connect to MySQL Database using Perl LanguageIn this post, we are going to see how to connect to mysql database using Perl language. So previous we have seen mostly the file handling aspect of the perl language in the post. Now we are going…skysnap (67)in hive-119463 • 3 years agoPerl - How to List Files in Directory using Perl LanguageIn this post, we are going to see How to List Files in Directory using Perl Language. So previously we are going to see how the pel language can be used to create the directory. And also we have…skysnap (67)in hive-119463 • 3 years agoPerl - How to Create Excel Spreadsheet using Perl languageIn this post, we are going to see How to Create Excel Spreadsheet using Perl language. Most of the time when we are planning on making the spreadsheet we often just directly do it instead of doing…skysnap (67)in hive-119463 • 3 years agoPerl - How to Open Text File using Perl LanguageIn this post, we are going to see How to Open Text File using Perl Language. Previously we learned about how to create the text file and also learned about how to delete the text file. So now we…skysnap (67)in hive-119463 • 3 years agoPerl - How to Delete File using Perl LanguageIn this post, we are going to see How to Delete File using Perl Language. We are going to see how to delete the file as we already have seen how to create the file on the desktop. And we are going…skysnap (67)in hive-119463 • 3 years agoPerl - How to Create Text File in Perl LanguageIn this post we are going to see how to create text file in perl language. So we saw how to do the directory in the desktop system using the perl language. And then we have learned how to remove…skysnap (67)in hive-119463 • 3 years agoPerl - How to Remove Directory using Perl LanguageIn this post, we are going to see How to Remove Directory using Perl Language. I have previously posted about making the directory on the desktop using the perl language. So in the next post we…skysnap (67)in hive-119463 • 3 years agoPerl - How to Create Directory using Perl LanguageIn this post, we are going to see How to Create Directory using Perl Language. In previous some of the posts, we have checked how to create subroutine and also the loops which you can check out. I…skysnap (67)in hive-119463 • 3 years agoPerl - How to Use if-else Statement in Perl LanguageIn this post, we are going to see How to Use if-else Statement in Perl Language. In previous post, I posted about the if-else statement in the perl language. And also learned about the loops in…skysnap (67)in hive-119463 • 3 years agoPerl - How to Create Hash structure in PerlIn this post, we are going to take a look at How to Create Hash structure in Perl language. So previously we learned how to create the subroutines in the perl. And it is kind of fun to try out the…skysnap (67)in hive-119463 • 3 years agoPerl - How to Use Subroutine in PerlIn this post, we are going to see How to Use Subroutine in Perl language. So in earlier post, we have checked out some of the loops in the perl language. I know a bit old set of the tutorial…