Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Coding for maintainability

by jdporter (Paladin)
on Feb 16, 2006 at 18:28 UTC ( [id://530731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $dt_min = $format_date->format_datetime( $dt_set->min );
    my $dt_max = $format_date->format_datetime( $dt_set->max );
    ...
    (ir.closed_date >= '$dt_min' and
     ir.closed_date < '$dt_max' ) and cm.user_id = ? 
    EOF
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-03-28 14:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found