Try PERLDIVER
http://www.scriptsolutions.com/programs/free/perldiver/
It helped me a lot.
It'll show you all the modules installed on your system.
Just Install, and run.
- Original Message -
From: Steve Gilbert <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 28, 2003 1
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