>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 insta
Ok, so lets try. Hope it works.
I know this version sucks... but unfortunatelly I don't have the power to
decide which Perl version shall we use on our machines :-P , but my team
will keep trying to convince the big guys to upgrade it.
On Mon, Jan 25, 2010 at 12:26 PM, Shlomi Fish wrote:
> On M
On Monday 25 Jan 2010 16:07:55 Bruno wrote:
> This lib is not available as default lib on v5.83 . I have to do everything
> considering the default installed libs.
> http://search.cpan.org/dist/local-lib/lib/local/lib.pm
>
1. The point of local-lib is that you download and install it from the loc
This lib is not available as default lib on v5.83 . I have to do everything
considering the default installed libs.
http://search.cpan.org/dist/local-lib/lib/local/lib.pm
On Mon, Jan 25, 2010 at 11:57 AM, Shlomi Fish wrote:
> On Monday 25 Jan 2010 15:28:11 Bruno wrote:
> > And for uninstall it?
On Monday 25 Jan 2010 15:28:11 Bruno wrote:
> And for uninstall it? Since I'm not allowed to alter the server, I have to
> remove the installed lib after using it
>
Just delete ~/perl5/ or wherever you configured local-lib to install the code
it installs.
Regards,
Shlomi Fish
--
And for uninstall it? Since I'm not allowed to alter the server, I have to
remove the installed lib after using it
On Mon, Jan 25, 2010 at 11:10 AM, Shlomi Fish wrote:
> 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
>
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 t
> 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
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