Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    }
    
    print Dumper \%hash2;
    
  2. or download this
    $VAR1 = {
              'ghi.rst-conf' => '21-26,44,47,51',
              'def.uvw-conf' => '12-15,31-38',
              'abc.xyz-conf' => '15-17,30,35'
            };