in reply to Re: TreePP (Hash or Array)
in thread TreePP (Hash or Array)

Except, it didn't work. But I used your solution, but I guess my code isn't that elegant though.
if ( ref $tree->{$xfile}->{$rec} eq 'HASH' ) { my $x=$tree->{$xfile}->{$rec}; delete $tree->{$xfile}->{$rec}; $tree->{$xfile}->{$rec}[0]=($x); }

Replies are listed 'Best First'.
Re^3: TreePP (Hash or Array)
by eff_i_g (Curate) on Jan 15, 2007 at 17:18 UTC
    force_array did not work? Is it not what it seems to be, a bug, or, upon second glance, a (gasp!) user error?