Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Coming up with good examples in POD

by Lady_Aleena (Priest)
on Jul 28, 2020 at 07:12 UTC ( [id://11119885]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @sorted = sort { split_sort( fc($a), fc($b), 'type', 'split expr') 
    +} @array;
    # I made changes to split_sort detailed in a moment.
    
  2. or download this
    sub split_sort {
      my ($in_a, $in_b, $sort_type, $split) = @_;
    ...
        }
      }
    }
    
  3. or download this
    =pod
    
    ...
    Lady Aleena
    
    =cut
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-19 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found