Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: My PerlTidy utility is choking on non-ASCII characters, help me figure out why?

by beech (Parson)
on Aug 26, 2016 at 00:30 UTC ( [id://1170505]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -CSD -le " print qq{use utf8;\nprint qq{I \x{2665} Perl\n};\n}; "
    + >foo.pl
    
  2. or download this
        use Data::Dump qw/pp /;
        print STDERR pp("$output_string");
    
  3. or download this
    "use utf8;\nprint qq{I \xE2\x99\xA5 Perl\n};\n\n"
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1170505]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-25 10:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found