Help for this page

Select Code to Download


  1. or download this
    use vars qw/%x/;
    
    ...
    
    print $x{test};
    print $x{test}{this};
    
  2. or download this
    $x{test} = 'ENV';
    $x{test}{important_key} = 'bad value';