in reply to Re: Re: CGI.pm vs. CGI modules
in thread CGI.pm vs. CGI modules

Note that if you can upload scripts, you can also install modules, pure-Perl ones at least. Just fetch the tarball, install it locally to some subdirectory, upload that to your host, and use lib in the script to point at the path they can be found at before you use the modules in question.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^4: CGI.pm vs. CGI modules
by rruiz (Monk) on Oct 18, 2002 at 22:09 UTC

    Good point, I will look into this approach as a temporal testing solution while the modules get installed at the server. Thank you for pointing this out.