Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
a[0] = $_[0]+$_[1];<br> a[1] = $_[0]-$_[1];<br> a[2] = $_[0]*$_[2];<br> b[0] = $_[1]+$_[2];<br> b[0] = $_[1]-$_[2];<br> <br>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to return the two set of arrays to the main program at the same time ??
by davorg (Chancellor) on Dec 07, 2005 at 16:08 UTC | |
|
Re: How to return the two set of arrays to the main program at the same time ??
by holli (Abbot) on Dec 07, 2005 at 16:09 UTC | |
|
Re: How to return the two set of arrays to the main program at the same time ??
by philcrow (Priest) on Dec 07, 2005 at 16:08 UTC | |
|
Re: How to return the two set of arrays to the main program at the same time ??
by CountOrlok (Friar) on Dec 07, 2005 at 16:08 UTC | |
|
Re: How to return the two set of arrays to the main program at the same time ??
by ikegami (Patriarch) on Dec 07, 2005 at 16:43 UTC |