freebsd-ports/devel/p5-File-CreationTime/pkg-descr
Anton Berezin 8d3c371402 Add devel/p5-File-CreationTime 2.03, a Perl module that keeps track of
creation times on filesystems that don't normally provide such
information.
2007-04-04 11:23:52 +00:00

9 lines
267 B
Text

Keeps track of creation times on filesystems that don't normally provide
such information.
use File::CreationTime;
my $file = '/path/to/file';
print "$file was created: ". creation_time($file). "\n";
WWW: http://search.cpan.org/dist/File-CreationTime/