Help for this page

Select Code to Download


  1. or download this
    my @a = qw( 1 3 2 4);
    # NOT TESTED MUCH
    ...
      return ( qw(9 2 9)); 
      # always return an array, even if only 1 element
    }