| [Tue Sep 19 18:26:10 2000] [error] [asp] [19999] [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 in the browser try 'PerlSetVar Debug 1'. Most of the
time, when Apache::ASP complains about errors in ASP.pm it just means that
there is something very fishy about the code being feeded. Recheck your
document, it's probably a non-matched brace or bracket, unbalanced
parantheses, <% and %> and the like.
Seeing the error "Can't modify concatenation (.)", there's also another
option: you're speaking a different language. Did you tell it to
$Response->Write() or to Response.Write ?
Ime