in reply to Re: Returning two arrays..
in thread Returning two arrays..

return @_=($arry1,$arry2,$arry3);

I wonder what the point of that assignment is? What advantages does it have over a simple:

return $arry1, $arry2, $arry3;
--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg