Toggle navigation
Perl Maven
Perl Tutorial
Pro
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?
What is the difference between require and use in Perl? What does import do?
File modify date - When was a file last changed?
Stringification in classic Perl OOP
How to get the index of specific element (value) of an array?
/x modifier for verbose regexes - video
Greedy regex quantifiers - video
Quantifiers on Character classes - video
Skip tests if prerequisites are not installed
Solution: Hello World part 2 (what is the difference between comment and POD?) - video
Always check if the regex was successful
shift in Perl
Inheritance and Method Modifiers in Moo
Run Perl::Tidy to beautify the code