in reply to Re: Re: Cron Question
in thread Cron Question
Well, it depends on the semantics of the code :-)
I *usually* want to have the loop to last for X amount of time, and not the script itself. That's where my
my $start = time()
...comes in. And as you said, $^T is sometimes a problem. I like explicit-ness :-)
|
|---|