Kathryn Bushley schreef:

> #!/usr/bin/perl -w
> use warnings;

Make that:

#!/usr/bin/perl
use warnings ;
use strict ;


See `perldoc perllexwarn`.

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
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