ex::lib::zip - Perl extension to let you C things direct from zip files.


ex-lib-zip documentation  | view source Contained in the ex-lib-zip distribution.

Index


NAME

Top

ex::lib::zip - Perl extension to let you use things direct from zip files.

SYNOPSIS

Top

  use ex::lib::zip 'library.zip'; # A zip file that contains a file Foo.pm
  use Foo; # And perl will get Foo.pm from library.zip.

DESCRIPTION

Top

An extension to let you use things direct from zip files direct. No temporary files. No subprocesses.

EXPORT

Nothing.

BUGS

Top

no "no ex::lib::zip" to remove things yet. no code to remove trailing duplicates from @INC yet.

AUTHOR

Top

Nicholas Clark, <nick@talking.bollo.cx>

SEE ALSO

Top

perl.


ex-lib-zip documentation  | view source Contained in the ex-lib-zip distribution.