My script has the
in, and then when i run it, there comes an error message that says
But in line 64 of PcapUtils there just reads
so whats wrong?
Code:
use Net::PcapUtils;
Code:
Can't locate loadable object for module Net::Pcap------- Compilation failed in require at C:/Perl/lib/Net/PcapUtils at line 64.
Code:
use Net::Pcap;
Comment