Perl Security: 2. Avoiding insegure practices: The strict pragma Introduction to strict Brief introduction to pragmas Talking the compiler into not being itself Scope of pragmas Living with strict Yes, it's a PITA It can however save yours Activating/deactivating strict use strict [(list)]; no strict [(list)];