Help for this page

Select Code to Download


  1. or download this
        # the first element of $path is always a key in the DB_File
        my ($root, $tip) = (shift(@path), pop(@path));
    ...
        
        $nodule->{$tip} = $content;
        print Dumper($old);
    
  2. or download this
    $VAR1 = {foo =>
            {bar =>
                {baz => 'some arbitrary data'}
            }
        };