[ILUG] Perl modules in Linux

fergal daly fergal at esatclear.ie
Wed Nov 8 12:09:40 GMT 2000


perl -V will give you a listing of what's in @INC, this tells you all
the directories in which Perl will search for modules. You can have a
poke around them. Alternatively you could just do

locate .pm|grep '.pm$ to find all the files ending in .pm

Ruairi Newman wrote:
> 
> Hi all,
> 
> I use webworld to host my domain.  I've been having a few problems
> throwing up some perl/cgi's that I want to use, and am wondering if
> theres a quick way to find out all of the modules that webworld have
> installed on this box.  I would ask webworld for the list, but I need it
> today.




More information about the ILUG mailing list