Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: CPAN module fior common idioms?

by Ven'Tatsu (Deacon)
on Jul 23, 2004 at 20:33 UTC ( [id://376989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #usage: @result = st_complex sub { complex comparison }, sub { transfo
    +rm }, LIST 
    sub st_complex (&&@) {
    ...
        my $transform = shift;
        &st_complex(sub { $a->[0] cmp $b->[0] }, $transform, @_);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-18 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found