Help for this page

Select Code to Download


  1. or download this
    -rw-r--r--   1 jeffp    dialup      1233 Jul 30 18:30 resume.txt
    
  2. or download this
    use POSIX 'strftime';
    
    ...
    my $user = getpwuid($uid);
    my $group = getgrgid($gid);
    my $date = strftime("%b %e %R", localtime($lmod));