sub add2array { my $obj = new THING; push @{ $_[ 0 ] }, sort keys $obj->things; } [download]
In reply to Re: How would I write this using map? by jwkrahn in thread How would I write this using map? by Plankton