You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Ra...@ubsw.com on 2002/10/22 03:19:27 UTC

Asp

Hi ,

    Iam trying to replicate the graph generation i using GD module using apache::ASP.

    As iam not sure how to check for complie errors as i cannot see anything error which i can understand either in apache logs or on the browser trying to seek your help.

    Could some one pls point what might be wrong.

Regards

Raghu

Re: Asp

Posted by Josh Chamas <jo...@chamas.com>.
Raghu.Nalamada@ubsw.com wrote:
> Hi ,
> 
>     Iam trying to replicate the graph generation i using GD module using apache::ASP.
> 
>     As iam not sure how to check for complie errors as i cannot see anything error which i can understand either in apache logs or on the browser trying to seek your help.
> 
>     Could some one pls point what might be wrong.
> 

Normally when perl does not give you a good compile error message,
things are in a pretty odd state.  You might start by commenting
out large chunks of code at a time with

=pod
CODE
=cut

and see which piece of your script is generating the error.

Also, do not define a sub {} in your script, as that will only
cause you headaches with closure problems with variabled being
scoped improperly.

You might set PerlWarn and PerlSetVar UseStrict to help catch
these errors.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org