I guess VBScript interpreter alone won't solve most of the compatibility
with MS ASP. There's heavy use of COM objects from those simple such as
"Scripting.Dictionary" to more complex like "ADODB.Recordset". Even simple
tasks like open/reading/closing file which is native in perl, in MS ASP must
be done through VBScript's CreateObject() function.
Then there's question if to implement CreateObject() function as creating
some perl object like MSASP::Scripting::Dictionary or use component model
such as CORBA.
--
Kamil Kukura
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]