No it doesn't, because strict isn't default.
This is a bad argument. The reason strict isn't on by default is because a lot of programmers like to use perl for quick one or two line scripts from their terminal itself. Of course, for actual Perl programs, strict is there for everyone to use.
Perl gives us the tools, just because people don't use them correctly doesn't mean it's a bad language.