in reply to Re: Installation of perl
in thread Installation of perl
I provided this code snippet so as to confirm that the way with which I'm passing parameters from tcl to perl were correct.if(open(my_perl,"|perl_file.pl $variable1 $variable2")) { #do some thing } else { #report the error or/and Log the Error in Error log }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Installation of perl
by chromatic (Archbishop) on Aug 09, 2008 at 20:34 UTC | |
by prashanth_hsn (Initiate) on Aug 11, 2008 at 15:48 UTC |