Help for this page

Select Code to Download


  1. or download this
    use Shell cmdname => {
     exe => '/path/to/executable',
    ...
    cmdname( $foo, $bar);
     # calling
     #  /path/to/executable -foo '$foo' -bar '$bar' 2>&1
    
  2. or download this
    use Shell cmdname => {
      exe => '/path/to/executable',
    ...
     ...
    }
    close $handle;