> #! perl
> use Win32::OLE;
> my $mailer = Win32::OLE->new("smtpsvg.mailer") or die "ooops\n";

    Did you try case sensitivity.  Definitely this would be a better area
for Jan to answer on.  But I need to place in my blurb here.  I've recently
tried to use two ActiveX controls within my web site.  ASPFileUpload and
JMail.  Both of which are very good applications that work fine in VBScript.
When I tried to use them from Perl, I had a very hard time accessing variables
on the objects and calling the methods.  It seems the methods weren't getting
called at all.  So if you can do it in Perl.  Then do it in Perl.  I have some
mail
code and some file upload code if you need it ;-)

    - Justin Rogers, CEO DigiTec Web Consultants
    [COOP]DigiTec - Half-Life, Q3A, Unreal Tournament


---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to