Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        my  $time   = strftime "%a %d %b %Y %I:%M:%S %p", localtime;
        print "$time: there are $count files\n";
    }