Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use Tie::Autotie 'Tie::IxHash';
    ...
    $Menu_Multi_Hash{'L1A'}{'Second'}{'Third1'} = '/path/to/exe';
    
    print Dumper(\%Menu_Multi_Hash);
    
  2. or download this
    $VAR1 = {
              'L1A' => {
    ...
                                     }
                       }
            };