At 01:29 PM 7/5/01 -0400, David Gilden wrote:
>How do I list what my ISP has on there server in terms of Modules?

perldoc CPAN and look for the autobundle command.  You'll have to define 
your own personal CPAN directory first, but this is the "official" 
way.  Dirtier way:

find `perl -e 'print "@INC"'` -name "*.pm" -print

>And what is the command (at the command line) to tell me what version

perl -v

>The server has on it / and or the path to perl.

which perl


Reply via email to