File::Stat::Moose

Status info for a file - Moose-based
Download

File::Stat::Moose Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Piotr Roszatycki
  • Publisher web site:
  • http://search.cpan.org/~dexter/MooseX-GlobRef-Object-0.02/lib/MooseX/GlobRef/Object.pm

File::Stat::Moose Tags


File::Stat::Moose Description

Status info for a file - Moose-based File::Stat::Moose is a Perl module that offers a status info for a file - Moose-based.SYNOPSIS use IO::File; use File::Stat::Moose; $fh = IO::File->new('/etc/passwd'); $st = File::Stat::Moose->new( file => $fh ); print "Size: ", $st->size, " "; # named attribute print "Blocks: ". $st->, " "; # numbered attributeThis class provides methods that returns status info for a file. It is the OO-style version of stat/lstat functions. It also throws an exception immediately after error is occurred. Requirements: · Perl


File::Stat::Moose Related Software