no warnings 'deprecated';
Programming Tips - How can I stop warnings about deprecated stuff?
Date: 2010nov15
Language: perl
Keywords: disable
Q. How can I stop warnings about deprecated stuff?
A.
no warnings 'deprecated';