Archive::Rar

Archive::Rar is a interface with the 'rar' command.
Download

Archive::Rar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jean-Marc Boulade
  • Publisher web site:
  • http://search.cpan.org/~smueller/Archive-Rar-2.02/lib/Archive/Rar.pm

Archive::Rar Tags


Archive::Rar Description

Archive::Rar is a interface with the 'rar' command. Archive::Rar is a interface with the 'rar' command.SYNOPSIS use Archive::Rar; my $rar =new Archive::Rar(); $rar->Add( -size => $size_of_parts, -archive => $archive_filename, -files => @list_of_files, );This is a module for the handling of rar archives.Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives.At the moment these methods are implemented:new()Returns a new Rar object. You can pass defaults options.Add(%options)Add file to an archive.Extract(%options)Extract the contains of an archive.List(%options)Fill the 'list' variable of the object whith the index of an archive.OPTIONS-archiveArchive filename.-filesList of files to add. You can use a scalar value or an array reference.-quietNo output for the rar command if True.-sfxCreate self-extracting archive.-sizeSize of the parts in bytes.-verboseLevel of verbosity. Requirements: · Perl


Archive::Rar Related Software