On Apr 7, 6:28 pm, newbie01.p...@gmail.com (newbie01 perl) wrote: > Hi all, > > Running perl -V gives output below which is the path to the modules that the > default perl have access to. Is there any way to display the installed > modules that are available to use so that at least it will not be too late > to find out? The main objective is being able to know what modules I have or > don't have before I start writing the Perl script.
perldoc -q installed Another objective is to > be able to write a script where the module/s is available across all servers > because I am not allowed to install additional modules and only allowed to > use what is available on all servers. PAR might be an option: http://search.cpan.org/~smueller/PAR-0.994/lib/PAR/Tutorial.pod -- Charles DeRykus -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/