Kristofer Wolff wrote:
> 
> Hi all,
> 
> i want to realiseing a start-point with a given time
> 
> while($get_time <= $local_time)
> {
>         # wait
> }
> # start sub !
> 
> so, how can i translate my time: e.g. "11:30" in the "time()" format ?
> 
> any hints for me ?

split on : and feed it to timelocal from Time::Local module.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to