[ale] Exporter

Richard Also richardalso at gmail.com
Fri Jan 8 00:12:43 EST 2010


On Jan 7, 2010, at 11:52 PM, Terry Bailey wrote:

> I have used
>
> require "cgi-lib.pl";
>
> for years in writing simple perl scripts for cgi.
>
>
> Now, I have the need to use
>
>
> require Exporter;
>
>
> Is Exporter a text file like cgi-lib.pl or is it something else?  
> Whatever it is, I have been unable to find it.
>
> Any feedback would be appreciated.

It's a 'perl module' file. You can search for it by that name plus a  
'.pm'  extension.

$ locate Exporter.pm
/usr/lib/perl5/5.8.5/Exporter.pm



More information about the Ale mailing list