On Tue, 9 Nov 2004 09:28:10 -, Murphy, Ged (Bolton)
<[EMAIL PROTECTED]> wrote:
Ajey Kulkarni wrote:
Hmmm...Whenever you pass array AND a variable with array being first,
the subroutine takes the variable and appends to array.
Make sure you pass var first,followed by array. There is no need
Ajey Kulkarni wrote:
>
>Hmmm...Whenever you pass array AND a variable with array being first,
>the subroutine takes the variable and appends to array.
>
>Make sure you pass var first,followed by array. There is no need to
>complicate with the array ref IMHO.
What if you want to pass 2 or more arr