Help for this page

Select Code to Download


  1. or download this
    sub get_oldest {
       my ($dir) = @_;
    ...
       }
       return $oldest;
    }
    
  2. or download this
    use DirHandle  ();
    use File::Spec ();
    ...
       }
       return $oldest;
    }