Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ASP

ASP/VBscript

 

 

ModPerl asp RSS feed   Index | Next | Previous | View Threaded


jaime at railes

Dec 5, 2006, 4:05 AM

Post #1 of 3 (1784 views)
Permalink
ASP/VBscript

Hi, I'm new on this list, my name is Jaime Iniesta and I live in Madrid,
Spain.

I wanted to know if Apache::ASP lets you parse ASP/VBscript files on
Apache. I mean, will this page render on Apache::ASP?

<%
response.write "Hello, world!"
%>

Thanks!

--
Jaime Iniesta :: RAILES.net <jaime[at]railes.net>


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


warren at etr-usa

Dec 5, 2006, 4:18 AM

Post #2 of 3 (1696 views)
Permalink
Re: ASP/VBscript [In reply to]

Jaime Iniesta :: RAILES.net wrote:
> Hi, I'm new on this list, my name is Jaime Iniesta and I live in Madrid,
> Spain.
>
> I wanted to know if Apache::ASP lets you parse ASP/VBscript files on
> Apache. I mean, will this page render on Apache::ASP?

Do they not believe in reading FAQs in Spain?

http://apache-asp.org/faq.html#VBScript%20or%2007fa600d

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


tomh at motorsport

Dec 5, 2006, 5:00 AM

Post #3 of 3 (1701 views)
Permalink
Re: ASP/VBscript [In reply to]

On 2006-12-05 07:05, Jaime Iniesta :: RAILES.net wrote:
> Hi, I'm new on this list, my name is Jaime Iniesta and I live in Madrid,
> Spain.
>
> I wanted to know if Apache::ASP lets you parse ASP/VBscript files on
> Apache. I mean, will this page render on Apache::ASP?
>
> <%
> response.write "Hello, world!"
> %>
>
Not exactly -- Apache::ASP only does Perl syntax, not VBScript. So you
would need to do

<%
$Response->write( "Hello, world!" );
%>

Tom

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

ModPerl asp RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.