in reply to Re: Passing commands to subroutines
in thread Passing commands to subroutines
Hmmm... the original code redirects the system call:
executeComm ("program $ref_file > $outfile");is there a way to use redirection in a system call using the multiple-arg version? this doesn't work: system ($program, $ref_file, ">",$outfile)
citromatik
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Passing commands to subroutines
by ikegami (Patriarch) on Jul 01, 2009 at 18:45 UTC | |
Re^3: Passing commands to subroutines
by graff (Chancellor) on Jul 02, 2009 at 04:43 UTC | |
by Anonymous Monk on Jul 02, 2009 at 05:09 UTC | |
Re^3: Passing commands to subroutines
by JavaFan (Canon) on Jul 01, 2009 at 17:29 UTC | |
Re^3: Passing commands to subroutines
by repellent (Priest) on Jul 03, 2009 at 22:57 UTC | |
Re^3: Passing commands to subroutines
by Anonymous Monk on Jul 01, 2009 at 17:21 UTC | |
by citromatik (Curate) on Jul 01, 2009 at 17:44 UTC |