Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"if"
Results:
Conditional statements, using if, else, elsif in Perl
Short Circuit - video
Statement modifiers: reversed if statements
Switch-Case statement in Perl 5
The 'if' statement - video
How to check if a string is all upper case (lower case) characters?
How to check if a child process is still running in Perl?
Always check if the regex was successful
Solution: Hello World part 2 (what is the difference between comment and POD?) - video
Web Scraping TED - information about a specific talk
Get Coveralls to notify when test-coverage shrinks
Stringification in classic Perl OOP
File modify date - When was a file last changed?
Run Perl::Tidy to beautify the code
Inheritance and Method Modifiers in Moo
Identifier parsing
CSV_XS ERROR: 2034 - EIF - Loose unescaped quote @ rec 5 pos 194
What is the difference between require and use in Perl? What does import do?
== Compare if two numbers are equal
/x modifier for verbose regexes - video