Repeating the loop
- From: Arun <sajapuram.arun.prakash@xxxxxxxxx>
- Date: Wed, 27 Aug 2008 00:53:45 -0700 (PDT)
Hi,
i am new to perl so i uat wanted some help.
i wanted the followinf loop to be repeated for every 30 seconds.
$send_data = strftime( "::DATA::123456789101112,%d.%m.%Y,%H:%M:%S,
13.0076367,77.5489267,0,933.4,AirTel,31,0 \n", gmtime);
DATA: {while(1)
{
$handle-> send($send_data);
last DATA;
}
}
so how do i do it.
.
- Follow-Ups:
- Re: Repeating the loop
- From: Jürgen Exner
- Re: Repeating the loop
- Prev by Date: FAQ 7.21 How do I redefine a builtin function, operator, or method?
- Next by Date: subprocesses lifecycle
- Previous by thread: FAQ 7.21 How do I redefine a builtin function, operator, or method?
- Next by thread: Re: Repeating the loop
- Index(es):