Help for this page

Select Code to Download


  1. or download this
    ~$:/path/executable
    
    ...
    
    (script runs and output file appears in the directory)
    ~$:
    
  2. or download this
    #I have tried
    my $program = "path-to-executable";
    ...
    my $i = `$program`; #Script hangs here and nothing appears on the comm
    +and line at all
    $i = `1`;
    $i = `myInputFile.txt`;