Hi,

new to the list, new to linux and apache too, so: HELLo COMMUNITY !
I have to migrate an entire web site...
so I have to translate my VBScript into perl.
I even don't configure my Apache to admit ASP pages.
I intended to make a script to do so, by making a shell script.
So Response.Write will be $Response->Write... is it the good way ?
I don't know perl, so is the migration could be complicated ?

Here it was for my FrontOffice. I ask myself, if, for my BackOffice
it rather be code in PHP ? Your suggestions...
ThanX all...
ism

-----Message d'origine-----
De : Joshua Chamas [mailto:[EMAIL PROTECTED]]
Envoye : vendredi 5 avril 2002 21:07
A : Eric Cantin
Cc : [EMAIL PROTECTED]
Objet : Re: Apache::ASP, Can't locate object method "call"


Eric Cantin wrote:
> 
> I'm trying to move a working ASP website off a Windows 2000
> server.
> 
> I've installed the Apache::ASP, Apache::ASP:Extra, mod_perl,
> etc....
> 
> When I try to access the page, the following appears in the
> Apache error_log file:
> 
> [Fri Apr  5 09:36:58 2002] [error] [asp] [25197] [error]
> Can't locate object method "call" via package "PrintDate" at
> body2.asp line 84. <--> ,
...
> 
> Any ideas what might be causing this?  Is the terminoligy
> different for ASP running on Linux vs Windows?  Why would it
> want elsif instead of elseif, etc...?
> 

Apache::ASP only supports perl scripting currently, and you are
likely using VBScript in your ASP pages.  If you were using
PerlScript under IIS/ASP then the transition would be easy.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to