Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use Tie::Autotie 'Tie::IxHash';
    tie %data, 'Tie::IxHash';
    ...
      do "File";
    
      print Dumper \%data;
    
  2. or download this
    $VAR1 = {
              'SomeStuff' => {},
              'SomeMoreStuff' => {}
            };