I am having trouble using the Net::RawIP::dump function.

I keep getting the error Bad filehandle for line 4 in this code.
What is wrong with $fh?

$p = open_offline($filename);
$fh = dump_open($p, "file");
$packet = next($p, \%hdr);
dump($fh, \%hdr, $packet);


I understand this may not be a beginners question, but I am a perl 
beginner.  If you know of another mailing list that might be able to 
help me (if you can not) please let me know.

Thanks.
-- 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to