in reply to Re: Introducing Apache2::ASP
in thread Introducing Apache2::ASP
It seems you embed Perl, not VB or C# or whatever ASP developers normally use, into the HTML, so it's not like someone can port code directly from an ASP environment into apache+perl, is it?Correct - it's a Perl module. Although Inline::WSC could potentially be used (on Windows) to allow for VBScript <% %> scriptlets, it would only work on Windows. Which already has VBScript for ASP. And who (among us) wants to write web applications in VBScript?
Why would someone want to use Apache(2)::ASP instead of HTML::Mason?If someone wants to use HTML::Mason they probably have their reasons. HTML::Mason is mature (about 8 years old) and IIRC several large sites run on it (can't remember any off the top of my head though). Bricolage runs on it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Introducing Apache2::ASP
by ForgotPasswordAgain (Vicar) on Jun 05, 2007 at 12:00 UTC | |
by jdrago_999 (Hermit) on Jun 05, 2007 at 17:24 UTC | |
by autarch (Hermit) on Jun 08, 2007 at 03:35 UTC |