On Monday 25 Jan 2010 14:58:49 Jeff Peng wrote:
> > 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.
> 

Yes, see local-lib:

http://search.cpan.org/dist/local-lib/

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Understand what Open Source is - http://shlom.in/oss-fs

Deletionists delete Wikipedia articles that they consider lame.
Chuck Norris deletes deletionists whom he considers lame.

-- 
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