Welcome to perlmeme.org
It appears that your browser has no javascript support. That’s fine by us, but note that some of the features […]
Welcome to perlmeme.org Read More »
It appears that your browser has no javascript support. That’s fine by us, but note that some of the features […]
Welcome to perlmeme.org Read More »
How do I use regular expressions to match numbers? You have some text, and you want to find the numbers
How do I assign a value to a variable and modify it with a regular expression, in one statement? You
How do I create a fixed width column file? You want to write a file that has fixed width lines.
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 »