A List of Upcoming Perl Tutorials
- Determine the number of Perl commandline parameters.
- Sum and multiply a set of commandline parameters.
- Read and print a data file from standard input - Extracting lines of data in Perl Pt 1.
- Read and print a named data file - Extracting lines of data in Perl Pt 2.
- Remove blank lines of input - Extracting lines of data in Perl Pt 3.
- Read the 1st N lines of a data file - Extracting lines of data in Perl Pt 4.
- Read the last N lines of a data file - Extracting lines of data in Perl Pt 5.
- Arrays - Perl data structures overview Pt 1.
- Hashes - Perl data structures overview Pt 2.
- Complex structures - Perl data structures overview Pt 3.
- Viewing data structures in text form - Dumping Perl data structures Pt 1.
- Viewing data structures in a web browser - Dumping Perl data structures Pt 2.
- Viewing data structures in XML format - Dumping Perl data structures Pt 3.
- Viewing data structures in XML/WDDX format - Dumping Perl data structures Pt 4.
- Split lines of data on a repeated delimiter character/string - Splitting lines of data in Perl Pt 1.
- Split lines of data on a delimiter pattern - Splitting lines of data in Perl Pt 2.
- Switch two fixed columns in a data file - Switching data columns in Perl Pt 1.
- Switch two columns of a delimited data file - Switching data columns in Perl Pt 2.
- Switch two columns of a CSV file - Switching data columns in Perl Pt 3.
- Rearrange the columns of a fixed column data file - Switching data columns in Perl Pt 4.
- Rearrange the columns of a CSV data file - Switching data columns in Perl Pt 5.
- Convert fixed columns in a data file to CSV (Comma Separated Value) file format.
- Extract specific columns of a fixed column data file - Extracting data columns in Perl Pt 1.
- Extract specific columns of a delimited data file - Extracting data columns in Perl Pt 2.
- Extract specific columns of a CSV data file - Extracting data columns in Perl Pt 3.
- Extract specific row ranges of a data file - Extracting lines of data in Perl Pt 3.
- Pass-filter a specific string: Extract only those rows that contain a specific string/pattern - Extracting lines of data in Perl Pt 4.
- Pass-filter two or more strings: Extract rows that contain any of several strings/patterns - Extracting lines of data in Perl Pt 5.
- XOR pass-filter two or more stings: Extract rows containing one of several strings/patterns but not at the same time - Extracting lines of data in Perl Pt 6.
- Extract XML-like marked-up data in Perl.
- Build a document tree hierarchy for XML-like marked up data in Perl.
- Array summation in Perl.
- Generating an index array in Perl.
- Group lines of data by context-insensitive fields in Perl.
- Regex (regular expression) for date/time/zone of request - Manipulating web server log files Pt 1.
- Regex for IP address or host - Manipulating web server log files Pt 2.
- Regex for referring URL - Manipulating web server log files Pt 3.
- Regex for requested resource - Manipulating web server log files Pt 4.
- Regex for size of requested resource - Manipulating web server log files Pt 5.
- Regex for extracting all fields of a standard web server log file - Manipulating web server log files Pt 6.
- Regex for extracting all fields of an extended web server log file - Manipulating web server log files Pt 7.
- Generating tomorrow's date in Perl.
- Defining a simple programming language - Basic Compiler Theory Pt 1.
- Parsing a programming language data file in Perl - Basic Compiler Theory Pt 2.
- Using call-back functions in Perl - Basic Compiler Theory Pt 3.
- Executing a simple program in our programming language - Basic Compiler Theory Pt 4.
Note: As each tutorial is posted, the associated item in the above list will be linked to the tutorial. The link to this posting will be somewhere in the navigation column as well, for easy access. Tutorials may also be added to or removed from the above list.
Note: Some of these tutorials will be repeated in PHP at a later date.
(c) Copyright: 2005-present, Raj Kumar Dash, http://webguru.mathgurusonline.com/perl-tips/







