>
>is there any function i can use to add some seconds of delay in my
>program??
Yes,like all other program languages,you can use "sleep" for the delay.
see "perldoc -f sleep".
if you want to get a sleep of milliseconds,you can use the four arguments
version "select",like:
# sleep of 250 milli
You can use "sleep".
On Thursday 05 April 2007 06:03, Brandino Andreas wrote:
Hi all,
is there any function i can use to add some seconds of delay in my
program??
Thanks
<> --- --- --- <>
Brandino Andreas
[EMAIL PROTECTED]
<> --- --- --- <>
--
Regards,
Nil