Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Negation Error

by Herkum (Parson)
on Sep 21, 2008 at 01:13 UTC ( [id://712791]=note: print w/replies, xml ) Need Help??


in reply to Re: Negation Error
in thread Negation Error

OK, that is bizarre, considering I don't see it anywhere else in my application, but at least you pointed something to look at.

The issue is that I take Date/Time from a database and cast all the rows as DateTime objects. So when I see a generic error like this, it makes me nervous as hell because I have no idea where to start because I am not doing anything special on the web server.

Poking around for DT comparisons, that I can do. I certainly hope it is not in something that I did not write. :)

Replies are listed 'Best First'.
Re^3: Negation Error
by ikegami (Patriarch) on Sep 21, 2008 at 01:35 UTC
    Do you sort DateTime objects? The default sorter is $a cmp $b.

      I was going to say no, but then I realized I do some sorting of dates on the web site. I am also using Template Toolkit so it might contribute to the problem also(based upon the type of sorting I am doing).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-25 21:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found