in reply to When warnings get in the way
#!/usr/bin/perl use strict; use warnings; no warnings 'uninitialized';
But for maximum safety you should leave them on, or just turn them off at a smaller scope.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: When warnings get in the way
by wazoox (Prior) on Apr 22, 2005 at 19:01 UTC |