alvin alexander
Nodes for the term “perl”
A `printf` format reference page (cheat sheet) (C, Java, Scala, etc.)
Read more
Perl array length (size)
Read more
Perl string concatenation: How to concatenate strings with Perl
Read more
Perl printf format examples (reference page)
Read more
How to read Perl command-line arguments
Read more
A Perl random integer example
Read more
Perl ‘equals’ FAQ: What is true and false in Perl?
Read more
How to remove extended ASCII characters from Unix files with the 'tr' command
Read more
Remove non-printable ASCII characters from a file with this Unix command
Read more
Perl array printing: How do I print the entire contents of an array with Perl?
Read more
Perl “exec”: How to execute system commands
Read more
Perl array copy example: How to copy an array in Perl
Read more
Perl - How to compare a string against multiple patterns
Read more
Perl split function - how to read a CSV file
Read more
Perl random numbers (tutorial, examples)
Read more
Perl uppercase and lowercase string conversion
Read more
Perl program that reads a pipe-delimited file and prints HTML
Read more
Perl - How to read from a named pipe (fifo)
Read more
Perl code to read one line from a text file
Read more
A Perl configuration file example
Read more
Perl case-insensitive string array sorting
Read more
Perl error: Can't locate module in @INC
Read more
How to list Perl CGI environment variables
Read more
Perl printing examples
Read more
Perl: How to access shell environment variables through Perl associative arrays
Read more
Perl best practice: prefer foreach to for
Read more
Perl file moving: How to move a file using Perl
Read more
Perl: How to test if a file exists
Read more
Perl CSV file column extraction
Read more
Perl array push and pop syntax and examples
Read more
Perl array/sort FAQ - Perl integer array sorting
Read more
Two more Textmate commands (capitalize, CSV to list)
Read more
Perl if, else, elsif ("else if") syntax
Read more
How to use the Perl ternary operator
Read more
How do I make variables private to my Perl function?
Read more
How to access arguments to a Perl subroutine or function
Read more
Perl file test - How to determine whether you can read a file
Read more
Put Perl test data in the same file as your source code
Read more
Perl file test operators (reference)
Read more
Perl delete - how to delete a file in a Perl script
Read more
A Perl script to delete binary files
Read more
A Perl script to convert Nagios/Unix epoch time to a human readable format
Read more
Perl “file test” characters (for if/then tests)
Read more
Perl comparison operators
Read more
How to exclude certain elements in an array with pattern matching
Read more
Perl split function - process every word in a file
Read more
Where is Perl looking for modules to include?
Read more
Perl: How to extract lines from the middle of a text file
Read more
A Perl “read file into array” example
Read more
How to embed data in your Perl program
Read more
Perl files example - How to open and read data files with Perl
Read more
How to print every element in a Perl array
Read more
How to delete a list (collection) of files
Read more
A Perl program to determine RSS readers from an Apache access log file
Read more
A Perl trim function
Read more
A Perl array 'contains' example
Read more
Perl and Apache - How to parse Apache access log file records in Perl
Read more
A Perl array chomp example
Read more
A Perl “write to file” example
Read more
Cato - A database CRUD assistant
Read more
CodeMee.com - A socially-tagged source code search engine
Read more
A Perl getopts example
Read more
How to get SOAP::Lite working with the Apache CXF web service
Read more
Perl 'split' function - how to process text data files
Read more
Linux chmod - how to make a Perl script executable
Read more
Perl print line example - How to print a specified line from a text file
Read more
Perl read file example - How to print a range of lines from a text file
Read more
Perl split function - How to process pipe-delimited text files
Read more
A Perl temp file example
Read more
Perl stat - How to determine the access or modification time of a file
Read more
Perl stat - How to get the size of a file
Read more
Perl file date tests - How to test when a file was last accessed or modified
Read more
Perl file write test - How to determine if you can write to a file
Read more
Perl - How to process every file in a directory
Read more
Perl file copy - How to copy a file using Perl
Read more
Perl - How to process every file in a directory that matches a pattern
Read more
How to concatenate strings in Perl
Read more
Perl sort array example - How to sort a Perl string array
Read more
Perl substring - How to search for one string in another string
Read more
Perl string array - How to create and use an array of strings
Read more
Perl substr example - How to extract a substring from a string
Read more
Perl - how to search a list of numbers with the grep function
Read more
Perl environment variables - How to access Perl environment variables
Read more
A review of five free text editors for Mac OS X (Part 3)
Read more
A free Perl editor - Komodo Edit
Read more
A Perl reverse array example - How to reverse file contents
Read more
Perl array examples
Read more
Perl hash add element - How to add an element to a Perl hash
Read more
How to call a Perl subroutine (notes on the ampersand operator)
Read more
Perl hash size - How to get the size of a hash in Perl
Read more
My Perl hash tutorials
Read more
The Perl exists function - test to see if a hash key exists
Read more
Perl string length FAQ
Read more
Perl loop - how to break out of a loop in Perl
Read more
Perl next operator - for loop and if statement examples
Read more
Perl string character processing - How to process every character in a string
Read more
Perl grep array FAQ - How to search an array/list of strings
Read more
Tue, Dec 31, 2002
Read more
A Perl killall command
Read more
Thu, Aug 7, 2003
Read more
My Perl extract program (like head and tail)
Read more
Apache access log - A Perl program to read an Apache access log file
Read more
Checking to see if a Perl module is in your @INC path
Read more
Perl flock - file locking with Perl
Read more
Perl hash key - How to test to see if a Perl hash contains a given key
Read more
Perl subroutine values - How to return multiple values from a Perl function
Read more
A Perl module template (template code for a Perl module)
Read more
Use File::Basename to separate a filename from its directory
Read more
How to add an item to a Perl hash
Read more
A Perl hash print example (printing hash elements)
Read more
Perl hash remove - How to remove an item from a Perl hash
Read more
Perl hash foreach and while - How to loop over a hash in Perl
Read more
Perl array size/length - How to determine the size of a Perl array
Read more
A perl function that runs a Unix command and returns its exit status
Read more
The link popularity of OpenSSO, WebSeal, and web tools
Read more
Perl for loop - How to do something for each element in an array
Read more
Perl modules FAQ - What to do when Perl modules aren't in their normal locations
Read more
A Perl DBI DBH MySQL example
Read more
Perl CGI form example - a CGI.pm scrolling list
Read more
A Perl CGI (CGI.pm) textarea example
Read more
A Perl CGI (CGI.pm) textfield form example
Read more
A Perl array and foreach example
Read more
Perl subroutine - how to return multiple values
Read more
Perl hash introduction tutorial
Read more
The Perl unless operator
Read more
The Perl until loop examples and syntax
Read more
Perl loop examples - The Perl foreach, for, while, and until loops
Read more
Perl subroutines - a Perl subroutine (sub) tutorial
Read more
Perl hash - delete example
Read more
A Perl reverse lines tip
Read more
Wed, June 5, 2002
Read more
Mon, June 17, 2002
Read more
Tue, June 18, 2002
Read more
A Perl extract program
Read more
Perl file example - A program to extract lines from a file
Read more
Perl exception handling
Read more
Perl URL - an easy way to download URL contents
Read more
Perl directory list - List all files that match a filename pattern
Read more
Perl directories - How to work on each file in a directory
Read more
Perl - How do I set environment variables?
Read more
How to print a Perl array
Read more
Perl array and foreach - How to operate on each Perl array element
Read more
Where can I find the Perl FAQ?
Read more
Use Perl here documents to print multiple lines of output
Read more
Recent Perl tutorials (Tue, Aug 5, 2003)
Read more
Perl escape sequences: Newline, tab, and other special characters
Read more
Perl regular expressions: Common escape sequences
Read more
A sample Perl CGI program that can be used to edit files on a web site
Read more
Perl CGI environment variables example
Read more
A Perl CGI environment variables script, and mkdir -p (Tue, June 29, 2004)
Read more
Perl include path - how to print the Perl environment include path
Read more
Perl Excel example - A Perl program to parse Microsoft Excel XLS files
Read more
Perl array example - search replace in a Perl array
Read more
Perl reverse - Reverse file contents with Perl
Read more
How do I set environment variables in Perl programs?
Read more
Perl hash sort - How to sort a Perl hash by the hash value
Read more
Perl hash sort - How to sort a Perl hash by the hash key
Read more
Perl directory list - How do to list all .html files in a directory
Read more
A Perl function to prompt users during interactive command-line input
Read more
Perl pipe - Reading from a pipeline with Perl
Read more
Perl CGI cookies - How to get and set cookies in Perl CGI programs
Read more
Perl CGI.pm example - a password field form
Read more
Perl CGI.pm - a popup menu example
Read more
Perl redirect - a Perl CGI redirect example
Read more
Regular expression examples (common regex patterns)
Read more