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


in reply to Re^2: Problems with converting raw data to text
in thread Problems with converting raw data to text

The [:print:] is a character class matching printable characters. See Character Classes and other Special Escapes for more about character classes. So the statement replaces all non-printable characters with periods.


@_=qw; Just another Perl hacker,; ;$_=q=print "@_"= and eval;