Shouldn't that be the following?
my( $mail ) = Mail::DKIM::Verifier->new(); $mail->load( $raw_iohandle );
Because
my( $mail ) = load Mail::DKIM::Verifier->new();
is the same as
my( $mail ) = Mail::DKIM::Verifier->load->new();
which passes no handle and no object to the load function.
In reply to Re: Help with IO::Scalar and piping
by Corion
in thread Help with IO::Scalar and piping
by jakev383
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |