Help for this page

Select Code to Download


  1. or download this
      my $ref = { foo => $bar => 'baz' };
      printf "%s\n", $ref->{'foo'}{$bar};
    
  2. or download this
      use Util::H2O qw/h2o/;
      my $ref = h2o -recurse, { foo => $bar => 'herp' };
      printf "%s\n", $ref->foo->$bar;