Help for this page

Select Code to Download


  1. or download this
    $newfile = "/perl/bin/newr";
    opendir(DIR,$newfile);
    ...
    print "accs time : $lastaccess\n";
    print "mod  time : $_\n";
    }
    
  2. or download this
    use strict;
    
    ...
        print "accs time : $accesstime\n";
        print "mod  time : $modtime\n";
    }