RE: Enumerating available modules

2003-03-31 Thread Ramón Chávez
y, March 28, 2003 11:28 AM Subject: Enumerating available modules > Does anyone know of a way to enumerate all the > available modules on a system? > > TIA > Steve > > __ > Do you Yahoo!? > Yahoo! Platinum - Watch C

Re: Enumerating available modules

2003-03-28 Thread Janek Schleicher
Steve Gilbert wrote at Fri, 28 Mar 2003 09:28:17 -0800: > Does anyone know of a way to enumerate all the > available modules on a system? Have a look to the CPAN module ExtUtils::Installed Greetings, Janek -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Enumerating available modules

2003-03-28 Thread Rob Dixon
Frank Wiles wrote: > .--[ Steve Gilbert wrote (2003/03/28 at 09:28:17) ]-- > > > > Does anyone know of a way to enumerate all the > > available modules on a system? > > I'm not sure why you'd want to do it, but does it. > > #!/usr/bin/perl > > use File::Find; > my $coun

Re: Enumerating available modules

2003-03-28 Thread Frank Wiles
.--[ Steve Gilbert wrote (2003/03/28 at 09:28:17) ]-- | | Does anyone know of a way to enumerate all the | available modules on a system? | `- I'm not sure why you'd want to do it, but does it. #!/usr/bin/perl use F

Enumerating available modules

2003-03-28 Thread Steve Gilbert
Does anyone know of a way to enumerate all the available modules on a system? TIA Steve __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED]