| Touch documentation | view source | Contained in the Touch distribution. |
futimes() C library function.Touch - touch a file
Version 0.01_01
use Touch;
my $self = "somefile";
touch($myself) # file created or atime and mtime modified
or die "touch() failed: $!";
Updates the access and modification times of the file indicated by EXPR to the current time.
There are a lot of additional options that surely would be nice to have. They include:
futimes() C library function.Steve Peters, <steve at fisharerojo.org>
Please report any bugs or feature requests to
bug-touch at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Touch.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Touch
You can also look for information at:
Copyright 2006 Steve Peters, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Touch documentation | view source | Contained in the Touch distribution. |