Michael Rauh wrote:
> 
> hi,

Hello,

> is there a shorter way to write this:
> 
> sub eatArrays
> {
>         my @array1 = @{$_[0]};
>         my @array2 = @{$_[1]};
> 
>         ..blah..
> }


John
-- 
use Perl;
program
fulfillment

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

Reply via email to