Help for this page

Select Code to Download


  1. or download this
    my $node=\\my %hash;
    
  2. or download this
    $node = \$$node->{$_} for @keys;
    
  3. or download this
    $node = \(${$node}->{$_})
    
  4. or download this
    $$node = "value";