|
-
Jul 12th, 2001, 10:43 AM
#1
Thread Starter
Frenzied Member
PerlScript for ASP
Okay, I am getting sick of VBScript, and want to use PerlScript.
Does anyone else do this? Is it good, bad, ugly? How can I rewrite the following VBScript function with PerlScript?
Code:
<%
Function OpenDB(adodbConn, strDBQFileName)
Set adodbConn = Server.CreateObject("ADODB.Connection")
adodbConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & strDBQFileName
End Function
%>
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|