hi

How do I get this to sleep 60 seconds and run again?

#! perl.exe -w

use strict;

my @files = glob "*.txt";
for (@files) {
`adddomains.exe $_, \n`;
}
exit 0

Thanks

Tony



_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to