Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
main.pl ... my $cmd=" perl C:\\ia\\getset_build_num.pl -mode get -p $outputname -t + $build_num_template -c $build_num_config"; my ($build_number,$message)= system($cmd);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: return the output to the Parent script
by Corion (Patriarch) on Sep 22, 2008 at 07:44 UTC | |
by Anonymous Monk on Sep 22, 2008 at 09:04 UTC | |
by Corion (Patriarch) on Sep 22, 2008 at 09:11 UTC | |
by Anonymous Monk on Sep 22, 2008 at 10:00 UTC | |
by Corion (Patriarch) on Sep 22, 2008 at 10:14 UTC | |
by moritz (Cardinal) on Sep 22, 2008 at 09:23 UTC | |
|
Re: return the output to the Parent script
by svenXY (Deacon) on Sep 22, 2008 at 08:03 UTC | |
|
Re: return the output to the Parent script
by moritz (Cardinal) on Sep 22, 2008 at 07:43 UTC | |
|
Re: return the output to the Parent script
by Bloodnok (Vicar) on Sep 22, 2008 at 08:23 UTC |