File::Object

Object system for filesystem paths
Download

File::Object Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michal Spacek
  • Publisher web site:
  • http://search.cpan.org/~skim/

File::Object Tags


File::Object Description

File::Object is a Perl object system for filesystem paths.SYNOPSIS use File::Object; my $obj = File::Object->new(%parameters); $obj->dir($dir); $obj->file($file); my $dir = $obj->get_dir($dir_num); my $file = $obj->get_file; $obj->reset; my $path = $obj->s; $obj->set; $obj->up($num);Product's homepage


File::Object Related Software