hi,

is there a shorter way to write this:

sub eatArrays
{
        my $arrayRef1 = shift; 
        my $arrayRef2 = shift;

        my @array1 = @$attRef1; 
        my @array2 = @$attRef2;

        ..blah..
}

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

Reply via email to