Developer tools
Profiling performance
Use Devel::NYTProf,or less preferably Devel::DProf.
Analyzing code quality
Use Perl::Critic.It's basically lint for Perl.
Analyzing a variable's structure
Use Data::Dumper.
Want to contribute?
Submit a PR to github.com/petdance/perl101