File::Class

Simplifies handling of files in a portable way
Download

File::Class Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ivan Wills
  • Publisher web site:

File::Class Tags


File::Class Description

Simplifies handling of files in a portable way File::Class is a Perl module that tries to simplify the handling of files in a portable way.SYNOPSIS use File::Class; # create a new file object my $path = File::Class->new( '/home/ivan/bin/' ); # add a path to the file my $file = $path + 'firefox-3'; # $file = '/home/ivan/bin/firefox-3'; # get the parent directory print $file->up; # prints '/home/ivan/bin' Requirements: · Perl


File::Class Related Software