While I'm not its author, I also recommend
Data::Dumper::Simple. It's a very nice tool that saves you the mental hassle of wondering what the heck $VAR1 really was. It's also a drop-in replacement for Data::Dumper, meaning that you can just change
use Data::Dumper to
use Data::Dumper::Simple.
Thanks for the tool Ovid. :)