in reply to Re: Subroutine
in thread Simplifying a nest of if statements
Nothing to do, that my simple mistake and I'm had changed that.
But, I've one question here. How I can moved the next variable into next line and passed to the sub routine, as example ?
That is very long variable, I have tried like this :logitme ($rec, $calltype, $num1, $num2, $anum, $bnum, $cnum, $dur +, $intrunk, $freecall, $sms, $operatorTdb, $routehdb, $voicemail, $op +eratorGrp );
logitme($rec, $calltype, $num1, $num2, / $anum, $bnum, $cnum, $dur, $intrunk, / $freecall, $sms, $operatorTdb, / $routehdb, $voicemail, $operatorGrp);
But it's failed and come out with some error (as my previous mail). could you help me ?
Thanks,
bh_perl
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Simplifying a nest of if statements
by Anonymous Monk on Jul 29, 2003 at 13:09 UTC |