#------------------------------------------- # method: getExitCode() # Author: Logan logan@eng.somecompany.com # Usage: $ahm->getExitCode(); # return : int # Gets the exit code from a process and returns it #------------------------------------------- sub getExitCode { my $ap = shift; return($ap->{procExitCode}); }
2) Open each package and script with a high-level description of the work flow and a variable list.
-Logan "What do I want? I'm an American. I want more."
In reply to Re: Perl Programming guidelines/rules
by logan
in thread Perl Programming guidelines/rules
by hakkr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |