in reply to Re^3: Determining presence of odd number of hash elements, other syntax problems
in thread Determining presence of odd number of hash elements, other syntax problems
Is there a way to turn those uninitialised warnings off on the command line?
Yes, but I mean something like this (except actually working): perl -we 'use warnings;no warnings q{uninitialized}; do qq{$file}'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Determining presence of odd number of hash elements, other syntax problems
by Corion (Patriarch) on Jul 20, 2011 at 20:44 UTC | |
by ikegami (Patriarch) on Jul 20, 2011 at 20:55 UTC | |
by nicku (Novice) on Jul 20, 2011 at 22:08 UTC |