in reply to Re^5: Can I add methods to an existing object?
in thread Can I add methods to an existing object?

In addition to what educated_foo was saying: You can scope and limit the warnings too and generally should even if you know why you're turning them off to prevent stupid mistakes or assumptions which might bury bugs.

{ # some scoping block/sub no warnings "once"; # one time whatever... }