Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: What is a stringwise operator?

by jhourcle (Prior)
on Feb 25, 2008 at 16:27 UTC ( [id://670044]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    '2004-9-1' lt '2004-10-1'
    '2004/09/01' lt '2004-09-01'
    
  2. or download this
    sub normalize_date { return join( '', map { sprintf( '%02i', $_ ) } sp
    +lit (/\D+/, $_[0]) ) }
    sub compare_dates { return normalize_date($_[0]) cmp normalize_date($_
    +[1]) }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found