http://qs321.pair.com?node_id=338903


in reply to Dump using Dumper

I don't think Data::Dumper will do this for you, but this oughta do the trick:

my $hashref = { 'Blue' => 1, 'COW' => 3 }; print "$_\t$hashref->{$_}\n" for keys %$hashref;

_______________
DamnDirtyApe
Those who know that they are profound strive for clarity. Those who
would like to seem profound to the crowd strive for obscurity.
            --Friedrich Nietzsche