Help for this page

Select Code to Download


  1. or download this
    my $script = "./script1.pl";
    
    ...
        $results[0]{result} .= $_;
    }
    close(SCRIPT1);
    
  2. or download this
    my $script = "./script1.pl";
    
    ...
    
    $results[0]{result} = join($/, @script_output);