in reply to Re^2: use warnings and debug messages
in thread use warnings and debug messages
that's certainly better than using no warnings at all.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
Something like
sub import { my ($class, $date) = @_; ... warnings->import(@wanted_warnings); ... }
|
|---|