Title: VBScript using Active-X

Hello,

I like to change this VBScript using Active-X into
Perl CGI or Perlscript if required.
I'm using perl for years but not know about VBScript
and active-x so well...
Someone show me a changed code?

<%@ LANGUAGE="VBSCRIPT" %>
<% Option Explicit %>
<%
  Dim objCheck
  Dim strParam
  strParam = Request.Querystring("param")
  Dim retMsg
  retMsg = ""
  Set objCheck = server.CreateObject("Check32.ClassCheck32")
  Call objCheck.CheckParam(strParam,retMsg)
  Set objCheck = Nothing
%>
<%= retMsg %>

Regards,
Hirosi Taguti
[EMAIL PROTECTED]

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to