File-Globmapper

File::GlobMapper(3p) Perl Programmers Reference Guide File::GlobMapper(3p)

File-Globmapper

File::GlobMapper(3p) Perl Programmers Reference Guide File::GlobMapper(3p) # File::GlobMapper(3p) Perl Programmers Reference Guide File::GlobMapper(3p) NNAAMMEE # File::GlobMapper - Extend File Glob to Allow Input and Output Files SSYYNNOOPPSSIISS # use File::GlobMapper qw( globmap ); my $aref = globmap $input => $output or die $File::GlobMapper::Error ; my $gm = File::GlobMapper->new( $input => $output ) or die $File::GlobMapper::Error ; DDEESSCCRRIIPPTTIIOONN # 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". ...