===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libcgi-compress-gzip-perl-1.03/t/gzip.t-285-   my $reason = 'x-non-gzip-reason: user agent does not want gzip' . $eol;
libcgi-compress-gzip-perl-1.03/t/gzip.t:286:   my $out = `$basecmd simple "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-287-   msgs_match($out, $reason . $compareheader . $compare, 'CGI template');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-293-
libcgi-compress-gzip-perl-1.03/t/gzip.t:294:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip empty "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-295-   msgs_match($out, $gzip . $compareheader . $zempty, 'no body');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-299-{
libcgi-compress-gzip-perl-1.03/t/gzip.t:300:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip simple "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-301-   msgs_match($out, $gzip . $compareheader.$zcompare, 'Gzipped CGI template');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-307-
libcgi-compress-gzip-perl-1.03/t/gzip.t:308:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip charset "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-309-   msgs_match($out, $gzip . $header . $zcompare, 'Gzipped CGI template with charset');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-316-
libcgi-compress-gzip-perl-1.03/t/gzip.t:317:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip type "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-318-   msgs_match($out, $reason . $header.$compare, 'Un-Gzipped with -Type flag');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-325-
libcgi-compress-gzip-perl-1.03/t/gzip.t:326:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip redirect "$redir"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-327-   msgs_match($out, $reason . $expected_header, 'CGI redirect');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-332-   my $reason = 'x-non-gzip-reason: user agent does not want gzip' . $eol;
libcgi-compress-gzip-perl-1.03/t/gzip.t:333:   my $out = `$basecmd simple "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-334-   msgs_match($out, $reason . $compareheader.$compare, 'unbuffered CGI');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-338-{
libcgi-compress-gzip-perl-1.03/t/gzip.t:339:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip mod_perl "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-340-   msgs_match($out, $gzip . $compareheader . $zcompare, 'mod_perl simulation');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-344-{
libcgi-compress-gzip-perl-1.03/t/gzip.t:345:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip doublehead "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-346-   msgs_match($out, $gzip . $compareheader . $zcompare, 'double header');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-350-{
libcgi-compress-gzip-perl-1.03/t/gzip.t:351:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip fh1 "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-352-   msgs_match($out, $gzip . $compareheader . $zcompare, 'filehandle, fh=STDOUT plus select');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-358-
libcgi-compress-gzip-perl-1.03/t/gzip.t:359:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip fh2 "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-360-   msgs_match($out, $gzip . $compareheader . $zcompare, 'filehandle, explict STDOUT');
##############################################
libcgi-compress-gzip-perl-1.03/t/gzip.t-366-
libcgi-compress-gzip-perl-1.03/t/gzip.t:367:   my $out = `$basecmd -DHTTP_ACCEPT_ENCODING=gzip fh3 "$compare"`;
libcgi-compress-gzip-perl-1.03/t/gzip.t-368-   msgs_match($out, $gzip . $compareheader . $zcompare, 'filehandle, explicit fh');