|
Hi,
I'm having trouble understanding how to get Mail::DeliveryStatus::BounceParser to work.
this is the synopsis:
my $bounce = Mail::DeliveryStatus::BounceParser->new( \*STDIN | $fh | "entire\nmessage" |"array","o
+f","lines"] )
I can't use the "entire\nmessage" or ["array","of","lines"] because of the file size and if I feed it STDIN or a file handle I get nothing...., any thoughts would be appreciated.
Link to module |