- or download this
warn ("this comment: " . Dumper(${$comments}{$key}));
my $comment = Tie::IxHash->new(${$comments}{$key});
warn ("comment: " . Dumper($comment));
- or download this
this comment: $VAR1 = {
'title' => 'Kommentarens tittel 5',
...
'sectionid' => 'tester',
'commentpath' => '/bamse'
};
- or download this
comment: $VAR1 = bless( [
{
...
],
0
], 'Tie::IxHash' );