echoangel911 has asked for the wisdom of the Perl Monks concerning the following question:
I found out that I need to generate some extra commands on the run while running the tcl code. Is there anyway I can execute the 'load $gdsfile' section and keep the program running? I do not want to rerun the whole command again since the 'load $gdsfile' code takes 1 hour to run. thanks$tcl = 'load $gdsfile; $command1; $command2; etc ...'; $output = `abctool -shell $tcl`;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: executing external program question
by lin0 (Curate) on Jun 19, 2007 at 15:33 UTC | |
|
Re: executing external program question
by suaveant (Parson) on Jun 19, 2007 at 15:23 UTC | |
|
Re: executing external program question
by odrm (Novice) on Jun 19, 2007 at 15:33 UTC |