Perl Security: 3. Reporting warnings What are warnings? Perl can notify the programmer it thinks the programmer is doing something wrongly This is notified via STDERR, and is optional (and usually disabled) It is highly desirable for production code not to send a single warning - Warnings are there to be corrected!