#!/usr/bin/perl $now = time; utime $now, $now, @ARGV; #### utime undef, undef, @ARGV;