"Dr.Ruud" schreef: > Mathew Snyder: >> #!/usr/bin/perl -w >> >> use strict; > > I would change that to: > > #!/usr/bin/perl -w > use warnings ; > use strict ;
Oops, the whole point of that was to remove the "-w". See `perldoc perllexwarn`. -- Affijn, Ruud (now you'll remember even better) "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>