> I have a Perl Script that uses some of the Archive::Zip's methods for
> reading zip entries. Works fine on Linux, BUT on Solaris, this lib is not
> available in Solaris and I'm not allowed to install any lib in it. Is there
> a way to load the archive::zip lib dinamically, without installing it on the
> OS?

You could download the module and install it by hand under your home
directory.
Then use lib '/path/to/module_dir' to include the directory in the
scripts.

HTH.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to