my $self = bless {}, $class; # Use an indexed hash to preserve the order. tie %{ $self->{sections} }, 'Tie::IxHash'; #### tie %{undef}, 'Tie::IxHash'; #### tie %{ $self->{sections}= {} }, 'Tie::IxHash';
## tie %{undef}, 'Tie::IxHash'; ##
## tie %{ $self->{sections}= {} }, 'Tie::IxHash';