Help for this page

Select Code to Download


  1. or download this
    compared to system(), qx'', open "...|", open "|...":
    
    ...
    
        - does not return the exit code, leaves it in $?
    
  2. or download this
    eval { run3 $program } or die "Errors running $program";