Writing Idiomatic Perl
Learn how to write idiomatic Perl.
We'll cover the following...
Flexibility of Perl
Perl borrows liberally from other languages. Perl lets us write the code we want to write. C programmers often write C-style Perl, just as Java programmers write Java-style Perl and Lisp programmers write Lispy Perl. Effective Perl programmers write Perlish Perl by embracing the language’s idioms: