File::GlobMapper

File::GlobMapper is a Perl module for extend file glob to allow input and output files.
Download

File::GlobMapper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Paul Marquess
  • Publisher web site:
  • http://search.cpan.org/~pmqs/IO-Compress-Bzip2-2.012/lib/IO/Compress/Bzip2.pm

File::GlobMapper Tags


File::GlobMapper Description

File::GlobMapper is a Perl module for extend file glob to allow input and output files. File::GlobMapper is a Perl module for extend file glob to allow input and output files.SYNOPSIS use File::GlobMapper qw( globmap ); my $aref = globmap $input => $output or die $File::GlobMapper::Error ; my $gm = new File::GlobMapper $input => $output or die $File::GlobMapper::Error ;WARNING Alpha Release Alert!This code is a work in progress.There are known bugs.The interface defined here is tentative.There are portability issues.Do not use in production code.Consider yourself warned!This module needs Perl5.005 or better.This module takes the existing File::Glob module as a starting point and extends it to allow new filenames to be derived from the files matched by File::Glob.This can be useful when carrying out batch operations on multiple files that have both an input filename and output filename and the output file can be derived from the input filename. Examples of operations where this can be useful include, file renaming, file copying and file compression. Requirements: · Perl


File::GlobMapper Related Software