in reply to Re^2: Disable Perl warning
in thread Disable Perl warning
The only reasonable way to squelch that pair of warnings is to put "no warnings;" inside reduce's code blockWell, the other reasonable way is to put no warnings 'once'; into the block.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Disable Perl warning
by tobyink (Canon) on Nov 27, 2012 at 10:53 UTC |