===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
perlbal-1.80/devtools/gendocs.pl-55-
perlbal-1.80/devtools/gendocs.pl:56:system("links -dump $docs/service-parameters.html > $docs/service-parameters.txt")
perlbal-1.80/devtools/gendocs.pl-57-    and die "Error: links not installed";
##############################################
perlbal-1.80/contrib/perlbal-check-140-sub resolve {
perlbal-1.80/contrib/perlbal-check:141:    $RCACHE{$_[0]} = gethostbyaddr(inet_aton($_[0]), AF_INET)
perlbal-1.80/contrib/perlbal-check-142-        unless $RCACHE{$_[0]};
##############################################
perlbal-1.80/lib/Perlbal.pm-257-        die "Bogus-looking iface name" unless $val =~ /^\w+$/;
perlbal-1.80/lib/Perlbal.pm:258:        my $conf = `/sbin/ifconfig $val`;
perlbal-1.80/lib/Perlbal.pm-259-        $conf =~ /inet addr:(\S+)/