in reply to Re^3: return the output to the Parent script
in thread return the output to the Parent script
Thanksif ($mode eq "get") { my ($bld_num,$message)= get_build_number($package,$config_file); return $bld_num; }else{ my ($set_status,$message) = set_build_number($package,$template,$c +onfig_file); return ($set_status,$message); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: return the output to the Parent script
by Corion (Patriarch) on Sep 22, 2008 at 10:14 UTC |