Help for this page

Select Code to Download


  1. or download this
    while (@_) { local $_ = shift; $params->{$_} = shift; }
    
  2. or download this
    my %params = @_;