On Mar 30, 2004, at 9:43 AM, Anthony J Segelhorst wrote:

Is there a way in Perl to have a script wait 30 seconds before it
continues processing?  Like or a pause or hold?

Yes:


sleep 30;

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to