in reply to Re: trying to identify the exact data stored from dump - [ ' ]; (ddumper)
in thread trying to identify the exact data stored from dump - [ ' ];

I think you meant Data::Dump and dd is auto-exported. :)

perl -e' use Data::Dump; $var="\b"; dd $var' "\b"

Cheers Rolf

( addicted to the Perl Programming Language)