===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pglistener-4/example.sql-36-my $ip = pack 'W4', $1, $2, $3, $4;
pglistener-4/example.sql:37:my $name = gethostbyaddr($ip, 2);
pglistener-4/example.sql-38-return $name;