Determining standard perl modules

2005-03-17 Thread Gavin Henry
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

Re: Determining standard perl modules

2005-03-17 Thread Chris Charley
- 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

Re: Determining standard perl modules

2005-03-17 Thread Offer Kaye
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

Re: Determining standard perl modules

2005-03-18 Thread Gavin Henry
> 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