Help for this page

Select Code to Download


  1. or download this
    sub get_files {
        my (@dirs) = @_;
    ...
        
        return @files;
    }
    
  2. or download this
    my (@dirs) = @_;