This is no reason to disable strictures, it is a reason to use
CGI::Carp's
carpout() or
set_message() functions. Disabling strictures is a serious mistake
especially on a production server where failing a stricture at runtime should be indicative of a critical bug. In such a case, you want
strict to scream bloody murder and kill your script rather than the script being able to run on and silently throw sand into your machinery.
Makeshifts last the longest.