Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        $hash->{$first_element} = {} if (!defined($hash->{$first_element})
    +);
        insert($hash->{$first_element}, $stuffs) if (@$stuffs);
    }
    
  2. or download this
    $VAR1 = {
              'comp2' => {
    ...
                                     }
                         }
            };