Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: sorting by quarterly calendar

by VSarkiss (Monsignor)
on Aug 27, 2001 at 18:42 UTC ( [id://108138]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @quarter = qw(q0
       q3 q3
       q4 q4 q4
    ...
        { $quarter[(split(/\//, $a))[0]] cmp
          $quarter[(split(/\//, $b))[0]] }
            @rawdates;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-25 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found