Using the Perl qw() function
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 »
rcopy
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
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
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 »
module_version
How do I tell what version of a module is installed? CPAN If you have cpan installed (type cpan in
Perl Arrays – a tutorial
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 »
perlretut – Perl regular expressions tutorial
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 »
Determining length and size
Determining length and size Introduction Quite often you will want to know the length or size of a variable. It
Determining length and size Read More »
Using the Perl rand() function
Using the Perl rand() function Introduction The rand() function is used to generate random numbers. By default it generates a
Using the Perl rand() function Read More »