A good way to print strings that might contain non-printable characters is Data::Dumper:
use Data::Dumper; local $Data::Dumper::Useqq = 1; ... print Dumper($str_eval);
In reply to Re: Perl 5.10 & perl 5.8.3 solaris
by moritz
in thread Perl 5.10 & perl 5.8.3 solaris
by troy222
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |