You can actually do that on Perl 5:
use warnings; ... # and then deep on your code { ... no warnings 'uninitialized'; # or whatever print "$uninitialized_var\n"; ... }
In reply to Re^2: On Commenting Out 'use strict;'
by salva
in thread On Commenting Out 'use strict;'
by Old_Gray_Bear
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |