
davorg
Thaumaturge
/ Moderator
Oct 2, 2002, 5:27 AM
Post #4 of 9
(801 views)
|
|
Re: [Bode] adding varible to make email address.
[In reply to]
|
Can't Post
|
|
Im new to perl and am make some changes to some already existing code. But I think what you are after is this, $mail = Win32::OLE->new('Persits.MailSender'); Hope it answers your question. It does. But I'm afraid that I don't know anything about Win32 modules.
Do you know how I can concantenate a varible with a string to make up the complete email address ? What you're doing seems fine to me - the problem is probably not in how you're creating the email address, but how you're passing that to the OLE object. And I'm afraid I can't help you with that. -- Dave Cross, Perl Hacker, Trainer and Writer http://www.dave.org.uk/ Get more help at Perl Monks
|