http://www.perlmonks.org?node_id=478880


in reply to Perl 5's greatest limitation is...?

That
#!/usr/bin/perl -w use strict; this();
is a runtime error, not a compile-time error (Update: nor a compile-time warning).