Help for this page

Select Code to Download


  1. or download this
      my $mtime = (stat $file)[9];
    
      use POSIX 'strftime';
      print strftime "any format you like", localtime $mtime;