in reply to
Re: Mail::Field Help Needed
in thread
Mail::Field Help Needed
Thanks for the reply.
Use of uninitialized value $by in concatenation (.) or string at ...
The message is referring to the 'print' statement.
Comment on
Re^2: Mail::Field Help Needed
Replies are listed 'Best First'.
Re^3: Mail::Field Help Needed
by
apl
(Monsignor)
on Sep 01, 2008 at 01:05 UTC
I've never used the package, but the CPAN documentation mentions the
parsed_ok
method, which would let you know if the
parse()
was successful. Using that might help you shed some light on the problem.
[reply]
In Section
Seekers of Perl Wisdom