Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Joshua Chamas
Ime's on the right track, try Debug 2 to get the output to the browser, including the compiled perl version of the script you are executing. Debug 1 will just send it to the error log. If you ever need to get deep into Apache::ASP internals, try Debug -2/-1 --Joshua "Brian S. Craigie" wrote:

Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Brian S. Craigie
Ah! I thought that was referring to the client. I didn't realise Javascript could run server-side. Hmmm... OK, so ASP isn't a language like php then. I've obviously got the wrong end of the stick here. Still, it would have been more helpful if Apache::ASP could have generated an error messa

Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Ime Smits
| Here's a snippet of the code:- | <%@LANGUAGE="JAVASCRIPT"%> Now, compare that with the name of this mailing list and you've got a clue about what's going wrong. Ime

Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Alexander Farber (EED)
"Brian S. Craigie" wrote: > Uhm, I thought ASP was a language like php. Is that not the case? When > I set up Dreamweaver, I chose ASP with Javascript. I assumed that meant > it would run ASP on the server and javascript on the client. I think Apache::ASP currently supports PerlScript only -

Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Brian S. Craigie
Wow! Thanks to all for the quick responses :-) Ime Smits wrote: > > | [Tue Sep 19 18:26:10 2000] [error] [asp] [1] [error] Can't modify > | concatenation (.) in > | scalar assignment at (eval 37) line 3, at EOF <--> , > | /usr/local/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1740 > | Lo

Re: Apache::ASP can't modify concatenation...

2000-09-19 Thread Ime Smits
| [Tue Sep 19 18:26:10 2000] [error] [asp] [1] [error] Can't modify | concatenation (.) in | scalar assignment at (eval 37) line 3, at EOF <--> , | /usr/local/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1740 | Looking at the above file, line 1740 is as indicated below: For debug information

Apache::ASP can't modify concatenation...

2000-09-19 Thread Brian S. Craigie
Hi, I've got Apache::ASP installed on Apache 1.3.9 with Perl 5.6.0. When I try to load up a sample asp page created by Dreamweaver, I get a 500 internal server error on the browser, and the following error (and only this error) in the apache error_log:- [Tue Sep 19 18:26:10 2000] [error] [asp]