< Previous (9/14) | [Index] | Next (11/14)>
sub some_func { my (@array1, @array2); # func code... return \@array1, \@array2; } my ($a1ref, $a2ref) = some_func(); my @a1 = @{$a1ref}; my @a2 = @{$a2ref};
Offer Kaye. YAPC::Israel::2005.
Slides automatically generated by tmpl2slides.pl. Last updated on Wed Feb 9 23:11:09 2005