Michael Rauh wrote at Wed, 03 Jul 2002 11:07:42 +0200:

> is there a shorter way to write this:
> 
> sub eatArrays
> {
>       my $arrayRef1 = shift;
>       my $arrayRef2 = shift;

my ($arrayRef1, $arrayRef2) = @_;

:-)


Cheerio,
Janek

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

Reply via email to