Help for this page

Select Code to Download


  1. or download this
    my %webobj = (
        'template', param( 'template' ), 'minscale', param( 'minscale' ),
    );
    
  2. or download this
    use strict;
    use Data::Dumper;
    
    my %hash = ( foo => ,,, bar => 1 => 'baz' );
    
    print Dumper \%hash;