Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Coming up with good examples in POD

by kcott (Archbishop)
on Jul 25, 2020 at 23:58 UTC ( [id://11119809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -E 'my @x = ("ade:Y", "Abc:X", "Afg:Z"); say for sort @x'
    Abc:X
    ...
    Abc:X
    ade:Y
    Afg:Z
    
  2. or download this
    $ perl -C -E 'my @x = ("\x{c5}de:Y", "Abc:X", "Afg:Z"); say for sort @
    +x'
    Abc:X
    ...
    Abc:X
    Åde:Y
    Afg:Z
    
  3. or download this
    my @multi_sorts = (
        [ $array1, ':', 'num' ],
    ...
    
        return;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found