Help for this page

Select Code to Download


  1. or download this
    [cbro@chromium:~] $ /usr/local/bin/perl5.00503 testers.pl 
    
    ...
    [cbro@chromium:~] $ /usr/local/bin/perl6 testers.pl 
    
    `./testers.sh`
    
  2. or download this
    $prg = "testers.sh";
    $ret_val = <`$prg`>
    print "\n\n$ret_val\n\n";
    
  3. or download this
    $prg = "./testers.sh";