Help for this page

Select Code to Download


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