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:
> 
> 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] [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:
> 
> sub CompileError {
>     my($self, $eval) = (shift, shift);
>     $self->{compile_error} = $_[0] || 1;
>     if(ref $eval) {
>    $self->{compile_eval} = $$eval;
>     } else {
>    $self->{compile_eval} = $eval;
>     }
>     $self->Error(@_);
> ----^^^^^^^^^^^^^^^^^
> }
> 
> Does this mean there is something wrong with the asp page I'm trying to
> load (suggested by entering the CompileError routine)?
> 
> Sorry if this is a stupid question, but the error message doesn't really
> mean much to me.
> 
> Best Regards,
>


Reply via email to