Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Proper Unicode handling in Perl

by Aldebaran (Curate)
on Sep 04, 2019 at 20:14 UTC ( [id://11105626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use 5.011;
    
    ...
        print join("\n", @html);
        }
    __END__
    
  2. or download this
    C:\Users\tblaz\Documents\evelyn>type 2.cyr.pl
    #!/usr/bin/perl -w
    ...
    
        print join("\n", @html);
            }
    
  3. or download this
    C:\Users\tblaz\Documents\evelyn>perl 1.hello.cyr.pl
    Привет
    
  4. or download this
    #!/usr/bin/perl -w
    use 5.016;
    use utf8::all;
    ...
    
    say "Привет";
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 22:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found