===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libpoe-component-pcap-perl-0.04/t/01basic.t-104-  print STDERR
libpoe-component-pcap-perl-0.04/t/01basic.t:105:        "\tsha: ", _phys( $arp->{sha} ), "\tspa: ", _ipaddr( $arp->{spa} ),
libpoe-component-pcap-perl-0.04/t/01basic.t:106:        "\n\ttha: ", _phys( $arp->{tha} ), "\ttpa: ", _ipaddr( $arp->{tpa} ),
libpoe-component-pcap-perl-0.04/t/01basic.t-107-	"\n";
##############################################
libpoe-component-pcap-perl-0.04/eg/ArpWatch.pm-159-	  source_haddr => _phys( $arp->{sha} ), 
libpoe-component-pcap-perl-0.04/eg/ArpWatch.pm:160:	  source_ipaddr => _ipaddr( $arp->{spa} ),
libpoe-component-pcap-perl-0.04/eg/ArpWatch.pm-161-	  target_haddr => _phys( $arp->{tha} ),
libpoe-component-pcap-perl-0.04/eg/ArpWatch.pm:162:	  target_ipaddr => _ipaddr( $arp->{tpa} ),
libpoe-component-pcap-perl-0.04/eg/ArpWatch.pm-163-	 }