in reply to Re: Regular Expressions Matching with Perl
in thread Regular Expressions Matching with Perl

I've thought about Archive::Zip as well, but its not one on our system. :-)
  • Comment on Re^2: Regular Expressions Matching with Perl

Replies are listed 'Best First'.
Re^3: Regular Expressions Matching with Perl
by salva (Canon) on Apr 21, 2005 at 10:12 UTC
    there is an alternative way to "install" pure perl modules: copy&paste their source code directly on your script... it will require some changes, but usually small, trivial ones.