Hi
How can I make my perl program to wait for some time before executing next line?.. e.g
$input=chomp(<STDIN<);
# I want to wait or delay here for 5 sec before executing next line "print"your inout is $input\n";"
print"your inout is $input\n";
...
Itz a very silly thing.. i m running Winnt.. and i m not finding the functin to do so. Can any1 help me?
Ejaj
How can I make my perl program to wait for some time before executing next line?.. e.g
$input=chomp(<STDIN<);
# I want to wait or delay here for 5 sec before executing next line "print"your inout is $input\n";"
print"your inout is $input\n";
...
Itz a very silly thing.. i m running Winnt.. and i m not finding the functin to do so. Can any1 help me?
Ejaj