Help for this page

Select Code to Download


  1. or download this
    $ perl -MPath::Tiny -le " print scalar gmtime( path( shift )->stat->mt
    +ime ) " .
    Mon Sep 14 09:38:52 2015
    
    ...
    
    $ perl -MFile::stat -le " print scalar gmtime( stat( shift )->mtime ) 
    +" NUL
    Can't call method "mtime" on an undefined value at -e line 1.
    
  2. or download this
    Data for 2015-07-20
    File::stat was first released with perl 5.004
      5.004      undef
    ...
      v5.22.0    1.07
      v5.23.0    1.07
      v5.23.1    1.07