"Janek Schleicher" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> use strict; use warnings; wasn't made only to make the Perl Community luckier. > It can help to avoid typical mistakes like > (a) mispelling of a variable > (b) using of an undefined variable (what in the most cases isn't wanted) > (c) side effects without lexical assignments > (e.g. to say in a subroutine $i = 5; > should'nt influence the $i variable from the main program) And dont forget that it keeps us from posting code to newsgroups that make others chuckle ;0) Todd W -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]