in reply to Net::Packet::Dump can't bless non-reference as 'IO::File'

If you're not already tied to use Net::Packet::Dump, I've had great success using Net::Pcap. It also uses the libpcap library and worked without problems for me. The interface is different from Net::Packet::Dump though.

Replies are listed 'Best First'.
Re^2: Net::Packet::Dump can't bless non-reference as 'IO::File'
by jeffguy (Sexton) on Dec 08, 2005 at 13:49 UTC
    I'm not yet tied to Net::Packet::Dump. I'll give Net::Pcap a look. Thanks for the advice!