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

Coming up with good examples in POD

by Lady_Aleena (Priest)
on Jul 25, 2020 at 19:02 UTC ( [id://11119799]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub split_sort {
      my ($in_a, $in_b, $split, $sort_type) = @_;
    ...
        $numa1 cmp $numb1 || $numa2 cmp $numb2
      }
    }
    
  2. or download this
      my @numbers = qw(1:2 1:02 3:4 5:78 50:89 10:5);
    
    ...
      #   '10:5',
      #   '50:89'
      # ];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-16 19:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found