Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -le '
        my @files = glob "/mmk1/rdd/load/file.txt";
        print "@files";
    '
    /mmk1/rdd/load/file.txt
    
  2. or download this
    push @INC, \&get_remote_module;
    
    ...
        open my $module_fh, '-|', "<$filename transfer command>" or die "m
    +esg: $!";
        return $module_fh;
    }