Help for this page

Select Code to Download


  1. or download this
        foreach my $key (@_) {
            $hr = $hr->{$key} ||= {};
        };
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        }
        $hr->{$last_key} = $val;
    };
    
  3. or download this
    $VAR1 = {
              'foo' => {
    ...
    while   21.3/s      --    -10%    -21%
    exists  23.6/s     11%      --    -12%
    foreach 27.0/s     27%     14%      --