Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Encoding issues

by 2teez (Vicar)
on Dec 01, 2012 at 22:00 UTC ( [id://1006647]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     use open qw(:std :utf8); OR
  2. or download this
    binmode STDIN, ":encoding(UTF-8)";
    
  3. or download this
    binmode STDIN, ":encoding(UTF-16)";
    #OR
    binmode STDIN, ":encoding(cp1252)";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-03-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found