Filesys::MakeISO::Driver::Mkisofs

Filesys::MakeISO::Driver::Mkisofs is a Perl module to make iso images with mkisofs.
Download

Filesys::MakeISO::Driver::Mkisofs Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Uwe Voelker
  • Publisher web site:
  • http://search.cpan.org/~uvoelker/Filesys-MakeISO-v0.1.0/lib/Filesys/MakeISO.pm

Filesys::MakeISO::Driver::Mkisofs Tags


Filesys::MakeISO::Driver::Mkisofs Description

Filesys::MakeISO::Driver::Mkisofs is a Perl module to make iso images with mkisofs. Filesys::MakeISO::Driver::Mkisofs is a Perl module to make iso images with mkisofs.SYNOPSIS use Filesys::MakeISO; my $iso = Filesys::MakeISO->new( class => 'Filesys::MakeISO::Driver::Mkisofs', mkisofs_bin => '/usr/bin/mkisofs', ); $iso->image('image.iso'); $iso->dir('/path/to/burn'); $iso->make_iso;INTERFACEnew Constructor. Returns undef if no mkisofs executable is found.Valid PARAMS are:mkisofs_binLocation (path and filename) of the mkisofs binary.make_isoCreate image, specific for mkisofs. Requirements: · Perl · File::Which · IPC::Run3


Filesys::MakeISO::Driver::Mkisofs Related Software