Help for this page

Select Code to Download


  1. or download this
    my %hoh  = ( '111' => { switch  => 'on',
                            ip      => '10.1.1.1',
    ...
                            version => '12.1(5)'},
                 );
    # $hoh{333}{switch} = 'null';
    
  2. or download this
                '333' => { switch  => 'null',
                           ip      => ['13.1.1.1','13.2.2.2','13.3.3.3'],
                           version => '12.1(5)'},