in reply to Perl Version Change - Detecting Problems in Advance
if you want to "quickly and painlessly" add use strict; and use warnings; you could just use some inline perl ...
replace the #! line with <code> $1 plus the 2 pragmas ...