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.
Mit freundlichen Grüßen,
Thorsten Schöning
--
Thorsten Schöning
AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig
Telefon: Potsdam: 0331-743881-0
E-Mail: [email protected]
Web: http://www.am-soft.de
AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam
Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users