Help for this page

Select Code to Download


  1. or download this
    my %params =
    (
    ...
    
        # do something useful, presumably
    }
    
  2. or download this
    my $params =
    {
    ...
    
        # do something useful, presumably
    }