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
Solution: Hello World part 2 (what is the difference between comment and POD?) - video
Skip tests if prerequisites are not installed
Run Perl::Tidy to beautify the code
Stringification in classic Perl OOP
How to check if a server is live using Ping?
Inheritance and Method Modifiers in Moo
MANIFEST and MANIFEST.SKIP
File modify date - When was a file last changed?
Manipulating Perl arrays: shift, unshift, push, pop
shift and unshift - video
unshift
shift in Perl
Modify default timeout in SOAP::WSDL
Always check if the regex was successful
What is the difference between require and use in Perl? What does import do?