>Hello all, > >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? > >Or, is there any default library on Solaris that I can read zip entries via >filehandlers? > >Thanks! > >-- >Bruno Morelli Vargas >Mail: brun...@gmail.com >Msn: brun...@hotmail.com >Icq: 165055101 >Skype: morellibmv
Hello Bruno, Archive::Zip is a pure Perl module. You can download it from CPAN to some path where you have rw permissions and untar it. Then, modify @INC to use the library. No need to install it. Regards, Alan Haggai Alavi. -- The difference makes the difference. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/