Re: sleep between system calls



dwmyers@xxxxxxxxxxx wrote in
news:1130783422.564477.238540@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:

> Strict and Warnings are in use.

That should be

use strict;
use warnings;

Case matters, even on a case-insensitive file system.

Sinan
--
A. Sinan Unur <1usa@xxxxxxxxxxxxxxxxxxx>
(reverse each component and remove .invalid for email address)

comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/clpmisc/clpmisc_guidelines.html

.



Relevant Pages