in reply to How to Print Return Data from Subroutine
use Data::Dumper my $hash = parser(); print Dumper($hash); [download]
print $hash->{'key'}; [download]