Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use strict;
    use warnings;
    ...
            $hash->{"${key}_$j"} = $val;
        }
    }
    
  2. or download this
    $VAR1 = {
              'one' => '1',
              'one_2' => '3',
    ...
              'two_2' => '5',
              'three' => '4',
            };