http://www.perlmonks.org?node_id=684507


in reply to Re^2: Wanted: humanly readable `script` output
in thread Wanted: humanly readable `script` output

Not really. Consider:

my $text = "No \x08\x08\x08 good"; $text =~ s/.\x08//g; print $text;

Prints:

No good

Perl is environmentally friendly - it saves trees