Help for this page

Select Code to Download


  1. or download this
    sub get_files {
        chdir( $_[0] );
        return glob( $_[1] );
    }
    
  2. or download this
    my( @files ) = get_files( '/path/to/files', '*.t' );