Shebang

 #!/usr/bin/perl -Tw    # force taint check, and print warnings
 use strict;            # install all three strictures
 $|++;                  # force auto flush of output buffer

<< Secure @ENV{*} | PERL | Module CGI >>