Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    
    ...
        return  \@files, $#files+1;
    
    }##END Get_Saves
    
  2. or download this
    sub Get_Saves {
        my @files;
    ...
        }
    return @files;
    }##END FileName