in reply to CGI... uninitialized value... which variables?

If you are looking to debug, you can add this block:
print '$var1' unless($var1); print '$var2' unless($var2);


amt.

perlcheat

Replies are listed 'Best First'.
Re^2: CGI... uninitialized value... which variables?
by mrjcleaver (Initiate) on Sep 29, 2004 at 14:36 UTC
    Thanks... see above - am looking for a generic solution...