On Mon, Dec 17, 2001 at 18:06:07 -0400, Gustavo Delfino wrote: > I need to install some modules into my ISP's web hosting server. I created a > /myperl directory for that purpose, and (as I don't have root access) have set [...] > 2) The required SQL::Statement can't be found for some reason.
see
perldoc -q lib
perldoc perlrun -> PERL5LIB
perldoc lib
for hints...
-Wolfgang
