Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: wide character warning!

by Anonymous Monk
on Nov 06, 2014 at 11:37 UTC ( [id://1106358]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    say "$alef$alpha$omega";
    
  2. or download this
    say STDOUT "$alef$alpha$omega"
    
  3. or download this
    use 5.018;
    use diagnostics;
    use utf8; # this tells perl that the source code is in utf-8
    use open qw( :encoding(utf-8) :std ); # perl will try to open everythi
    +ng in utf-8 mode by default
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 03:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found