Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: wide character warning!

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

Help for this page

Select Code to Download


  1. or download this
    use Path::Tiny qw/ path /;
    my $outfh = path( "out.html" )->openw_utf8;
    say $outfh "\x{FEFF}\x{1F42A}\x{1F42B}";
    close $outfh;
    
  2. or download this
    use Path::Tiny qw/ path /;
    path(
        "out.html"
    )->spew_utf8(
        "\x{FEFF}\x{1F42A}\x{1F42B}"
    );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found