in reply to
"Safe" print?
use Data::Dumper; my $val = 'something'; print Dumper(\$val);
[download]
There is also
Data::Printer
or
Data::Dump
and similar.
Comment on
Re: "Safe" print?
Select
or
Download
Code
In Section
Seekers of Perl Wisdom