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>