in reply to Re^3: Where does time come from? CORE::GLOBAL:time no honored.
in thread Where does time come from? CORE::GLOBAL:time no honored.
What situation could cause time() in the program code to run different code than time() called in the debugger?500: my $time = time(); DB<4> n Queue::MySQLQ::dequeue(/Users/foo/lib/Queue/MySQLQ.pm:501): 501: my $expire_time = $time + $WORKER_HEARTBEAT_FAILURE; DB<4> x $time 0 1238124047 DB<5> x time() 0 1238124062 DB<6> sleep 2 DB<7> x time() 0 1238124062
Thanks for all the help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Where does time come from? CORE::GLOBAL:time no honored.
by ikegami (Patriarch) on Mar 27, 2009 at 04:14 UTC |