Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- PERL 4.0 Reference Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     utime(LIST)

     utime LIST
             Changes the access and modification  times  on  each
             file  of a list of files.  The first two elements of
             the list must be the NUMERICAL access and  modifica-
             tion  times,  in that order.  (On MS-DOS, the access
             time field is ignored.)  Returns the number of files
             successfully  changed.   The inode modification time
             of each file is set to the current time.  Example of
             a "touch" command:

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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson