Help for this page
use Modern::Perl; sub two_arrays (\@\@) { ... my @two = qw/nung song saam/; two_arrays(@one, @two);
First array: een twee drie Second array: nung song saam