sort_function
Sorting The sort function sorts a list (an array). The default is to sort alphabetically. However, you can define your […]
Sorting The sort function sorts a list (an array). The default is to sort alphabetically. However, you can define your […]
Our motivations As the blurb on the Start Here page says: “This site is devoted to spreading the perl meme
Using the Perl qw() function Introduction The ‘quote word’ function qw() is used to generate a list of words. If
Using the Perl qw() function Read More »
Copying a directory and all it’s contents You want to to copy a directory (and all the files and subdirectories
Using the Perl chop() function Introduction Sometimes you will find you want to unconditionally remove the last character from a
Using the Perl chop() function Read More »
Using the Perl chomp() function Introduction The chomp() function will remove (usually) any newline character from the end of a
Using the Perl chomp() function Read More »
How do I tell what version of a module is installed? CPAN If you have cpan installed (type cpan in
Perl Arrays – a tutorial Shlomi Fish Introduction (Editor’s note: Also see our arrays howto entry for a simple introduction
Perl Arrays – a tutorial Read More »
NAME perlretut – Perl regular expressions tutorial Note DESCRIPTION This page provides a basic tutorial on understanding, creating and using
perlretut – Perl regular expressions tutorial Read More »