You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by jerry_emmett <zk...@gmx.net> on 2003/03/12 07:19:58 UTC

So how about SQL

So how about this script for a starter,

http://www.sitepoint.com/article/515/3

It gives me this respons,

http://www.webfrontmarketing.com/asp_perl/eg/prodtest_asp.htm

error compiling prodtest.asp: maybe use strict error: Bareword found 
where operator expected at (eval 165) line 10, near ") set" , 
C:/Perl/site/lib/Apache/ASP.pm line 1435


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: So how about SQL

Posted by Josh Chamas <jo...@chamas.com>.
jerry_emmett wrote:
> So how about this script for a starter,
> 
> http://www.sitepoint.com/article/515/3
> 
> It gives me this respons,
> 
> http://www.webfrontmarketing.com/asp_perl/eg/prodtest_asp.htm
> 
> error compiling prodtest.asp: maybe use strict error: Bareword found 
> where operator expected at (eval 165) line 10, near ") set" , 
> C:/Perl/site/lib/Apache/ASP.pm line 1435
> 

That is VBScript and Apache::ASP supports Perl scripting only.
These languages have different syntax, but Apache::ASP supports
the same object model with $Session, $Server, etc.

Regards,

Josh

________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org