On Fri, Jun 01, 2001 at 01:53:17PM +0200, [EMAIL PROTECTED] wrote:
> Is it possible to use a commando in Perl that will wait for example 50 
> seconds an then will continue ?

Yes -- sleep(50)

See perldoc -f sleep for more information.

Walt

Reply via email to