===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libwhisker2-perl-2.5/src/utils.pl-316-
libwhisker2-perl-2.5/src/utils.pl:317:        my $where = index( $$dr, "\x0a", $POS );
libwhisker2-perl-2.5/src/utils.pl-318-        return undef if ( $where == -1 );
##############################################
libwhisker2-perl-2.5/src/utils.pl-351-        while (1) {
libwhisker2-perl-2.5/src/utils.pl:352:            my $where = index( $$dr, "\x0a", $tpos );
libwhisker2-perl-2.5/src/utils.pl-353-            return undef if ( $where == -1 );
##############################################
libwhisker2-perl-2.5/t/test.pl-2120-		# child
libwhisker2-perl-2.5/t/test.pl:2121:		exec($^X,'testserver.pl','.');
libwhisker2-perl-2.5/t/test.pl-2122-		exit;