Help for this page

Select Code to Download


  1. or download this
        sub hpush(\%@) {
            my $href = shift;       # NB: not %
    ...
                $href->{$k} = $v;
            }
        }
    
  2. or download this
        hpush(%variables, get_page_content("names"));