Help for this page

Select Code to Download


  1. or download this
    exec (EscapeShellCmd("test_script.pl $file"), $Result);
    $n = count($Result);
    print " n=$n";
    
  2. or download this
    $outArray[0] = "array 0";
    $outArray[1] = "array 1";
    ...
    
    print STDOUT $outArray;
    exit;