Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"or"
Results:
Logical Operators in Perl - video
Short-circuit in boolean expressions
How to change directory (chdir, cd) in Perl?
Hello World with Plack in CGI mode
Counting words in a file - video
Prompt for user input using IO::Prompter
ANSI command line colors with Perl
Selectively ignore warnings (turn them off with no warnings)
Three-argument form of open used and it is not available until perl 5.6.
Traversing a directory tree, finding required files
$FORMAT_PAGE_NUMBER
GUI with Perl for desktop applications
How to create a Perl Module for code reuse?
Import on demand
Your first script: Hello world - video
Moving over to Test::More
$, the output field separator, and $" the list separator of Perl
Fast lookup by name or by date - Array - Hash - Linked List
Search for hash in an array of hashes
Object Oriented Perl using Moose