Kristofer Wolff <[EMAIL PROTECTED]> wrote:

> while($get_time <= $local_time)
> {
>       # wait
> }
> # start sub ! 

$Bill has already answered your main question, but I wanted to 
point out that if you're not doing anything in the waiting 
loop you may be better off replacing the loop with something 
like sleep(time() - $get_time).

-- 
Keith C. Ivey <[EMAIL PROTECTED]>
Washington, DC
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to