Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    use File::stat;
    
    ...
        my $mod       = $st->mtime;
        say "Filename $full_name has the mod date of $mod";
    }