Help for this page
use warnings; use strict; ... $hash->{$first_element} = {} if (!defined($hash->{$first_element}) +); insert($hash->{$first_element}, $stuffs) if (@$stuffs); }
$VAR1 = { 'comp2' => { ... } } };