Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: Sort undef

by Anonymous Monk
on Jun 17, 2017 at 03:50 UTC ( [id://1193003]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Encode qw( encode_utf8 );
    my $x = chr(1 << 63);
    print length($x), "\n";
    print length(encode_utf8($x)), "\n";
    print "yep\n" if $x gt chr(255);
    
  2. or download this
    Use of code point 0x8000000000000000 is deprecated; the permissible ma
    +x is 0x7FFFFFFFFFFFFFFF at foo line 2.
    1
    13
    yep
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-03-28 12:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found