Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^6: Sort undef

by marinersk (Priest)
on Aug 15, 2017 at 10:48 UTC ( [id://1197412]=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);
    my @Unsorted = ( 'Dog', 'Cat', 'Bird', undef, $x, 'Elephant', undef, '
    +Lizard' );
    
  2. or download this
    S:\Steve\Dev\PerlMonks\P-2017-06-12@0734-sort-undef>perl .\sort011.pl
    ----------------------------------------------------------------------
    +---------
    ...
    ----------------------------------------------------------------------
    +---------
    
    S:\Steve\Dev\PerlMonks\P-2017-06-12@0734-sort-undef>
    

Log In?
Username:
Password:

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

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

    No recent polls found