 PIRL:PERL Modules
 PIRL:PERL Modules
Overview
  These pages exist as a guide to the PERL modules that PIRL makes available. It
  is intended as an inventory of what functionality is offered by our
  facility, as a guide as to how that functionality can be harnessed in one's 
  own PERL script, and how one might add to our collection of modules.
List of modules
- File -
	Module for manipulating files
- String -
	Module for string manipulation and parsing
- Utility -
	Module for functions that are generally useful but do not fit into a more 
	specific category
Requests
If you have modules that you would like to see integrated into the PIRL:PERL
library, please send email to 
sys@pirl.lpl.arizona.edu
  
Module Submission
In order to expidiate the process of extending our PERL functionality, 
it is helpful to follow a particular format for submission.
A brief outline of how to submit a subroutine is listed in the
tutorial.