> On Thu, 17 Mar 2005 10:48:30 -0500, Chris Charley wrote:
>>
>> > Dear all,
>> >
>> > How/where do I find out the standard bundled perl modules
>>
>> Hello Gavin,
>>
>> perldoc perlmodlib
>>
>> and then scroll to Standard Modules
>>
>> Chris
Thanks.
>>
>
> Or on the web, see: "http://search.cpa
On Thu, 17 Mar 2005 10:48:30 -0500, Chris Charley wrote:
>
> > Dear all,
> >
> > How/where do I find out the standard bundled perl modules
>
> Hello Gavin,
>
> perldoc perlmodlib
>
> and then scroll to Standard Modules
>
> Chris
>
Or on the web, see: "http://search.cpan.org/dist/perl-/", e.g
- Original Message -
From: "Gavin Henry" <[EMAIL PROTECTED]>
Newsgroups: perl.beginners
To:
Sent: Thursday, March 17, 2005 4:05 AM
Subject: Determining standard perl modules
Dear all,
How/where do I find out the standard bundled perl modules
Hello Gavin,
perldoc per
Dear all,
How/where do I find out the standard bundled perl modules, like:
use DirHandle;
use Cwd;
use Getopt::Std;
use File::Path;
use File::stat;
use POSIX
I am building some RPMS, and need to know if I have to explicitly define
the module requirements, as they might already come with a stand