Help for this page

Select Code to Download


  1. or download this
    my @array = (item1,item2...);
    my %hash = (key=value...);
    &mysubroutine(\@array,\%hash);
    
  2. or download this
    &mysubroutine(\(item1,item2),\(key=value));