Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hello monks

i am new to perl and am designing a software , so I just wish to know that is there any wait command , in perl that it will wait specified number of seconds before the next command

Replies are listed 'Best First'.
Re: wait command in perl
by McA (Priest) on Jul 27, 2013 at 06:26 UTC
Re: wait command in perl
by zork42 (Monk) on Jul 28, 2013 at 05:25 UTC
    You can also sleep for a non-integer number of seconds too: Time::HiRes