Can someone show me how to pass multiple arrays argument?

ie -

...
mysub(@a, @b, @c);
...

sub mysub
{ my @a = ? #arg1 an array $_[0] is not working
  my @b = ? arg2 another array $_[1] is not working
  my @c = ? arg3 another array $_[2] is not working
}

thanks


-----------------------------------------
eMail solutions by 
http://www.swanmail.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to