[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]