Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Data::Dumper;
    ...
    
    splice @{$types{TYPE1}}, 1, 1, @{$types{TYPE2}};
    print Dumper(\%types)
    
  2. or download this
    $VAR1 = {
              'TYPE2' => [
                           {
    ...
                           }
                         ]
            };