Hi there,

On Wed, 6 Dec 2000, Differentiated Software Solutions Pvt. Ltd., wrote:

> We are having problems debugging an ASP program.
[snip]
> How do others tackle this ??

<% &do_something(); %>
<% print STDERR $omething; %>
<% &do_something_else(); %>
<% print STDERR $omething_else; %>

> How do people track "use of uninitialised variable".

I initialise all my variables.

73,
Ged.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to