- or download this
return unless ref($hashref) eq 'HASH';
- or download this
return unless keys %$hashref;
- or download this
sub treeify {
my ($sth) = @_;
...
return \%root;
}
- or download this
{
my $sponge = DBI->connect(
...
use Data::Dumper;
print Dumper $tree;
}
- or download this
$VAR1 = {
'a' => {
...
}
}
};