I have an nice little example that demonstrates how to use COM from a console mode perl program.
However, I want to use COM from a perl CGI page and microsoft discourages ASP programmers from createing their own COM objects directly. ASP programmers are encouraged to use the built-in Server object to create new objects. So instead of set x = CreateObject("ADODB.Connection") You are supposed to say set x = Server.CreateObject("ADODB.Connection") How do I do this in perl CGI? Is there a perl server object? Thanks, Siegfried __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]