Archive::SelfExtract

Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code.
Download

Archive::SelfExtract Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Greg Fast
  • Publisher web site:
  • http://search.cpan.org/~gregfast/Data-Region-1.0/Region.pm

Archive::SelfExtract Tags


Archive::SelfExtract Description

Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code.SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with various options: Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip", perlbin => "/opt/perl58/bin/perl", output_fh => $someFileHandle, );See also the command line tool, mkselfextract.Archive::SelfExtract allows you create Perl programs out of compressed zip archives. Given a piece of code and an archive, it creates a single file which, when run, unpacks the archive and then runs the code.This module provides a function for creating a self-extractor script, a function to unpack the archive, and utility functions for wrapped programs Requirements: · Perl


Archive::SelfExtract Related Software