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
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
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
.--[ 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
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]