On Thu, 2011-02-24 at 09:06 +0100, Thorsten Schöning wrote:
> Guten Tag Kristis Makris,
> am Donnerstag, 24. Februar 2011 um 02:39 schrieben Sie:
> 
> > But I believe Mail::Sendmail expects a hash.
> 
> > When I changed everything to a reference, I couldn't get it work.
> 
> You don't need to use a reference, you have to options: Either use
> %mail = %{...} like before, than you must not use %mail->{...} to
> access values, but just %mail{...}, or use $mail = \%{...}, than you
> must use $mail->{...} to access values and can give %$mail to
> sendmail. %$ dereferences a hash reference to a hash.

Fixed.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to