The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
String::Dump Installation

# install via cpanminus
cpanm String::Dump

# install via CPAN shell
cpan String::Dump

# install via ActivePerl
ppm install String::Dump

# install manually
perl Build.PL
./Build
./Build test
./Build install