use strict; use warnings; use YAML; my $stuff = <"; printit ($_) for @$this; print "\n"; return; } #print "Got " . ref ($this) . "\n"; for my $k (keys %$this){ print "<$k>\n"; printit($_) for $this->{$k}; print "\n"; } } #### GHI