Help for this page

Select Code to Download


  1. or download this
    my %h = (
      one   => 'v1',
    ...
    my %norefs = map {
      $_ => $h{$_} unless ref $h{$_}
    } keys %h;