Help for this page

Select Code to Download


  1. or download this
    sub get_file_and_args {
        my ($path, ) = @_;
    ...
        
        return ($path, \@args);
    }