[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Exporter
- Subject: [ale] Exporter
- From: richardalso at gmail.com (Richard Also)
- Date: Fri, 8 Jan 2010 00:12:43 -0500
- In-reply-to: <[email protected]>
- References: <[email protected]>
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