in reply to Re^2: A CGI whiteboard in Perl
in thread A CGI whiteboard in Perl

Hi.

I must admit, I do have the options on as a default, but just turned them off because I am upgrading the app. You're right, if anything they should be ON for regular production, and for debugging at the command line. OFF when I am doing lots of changing and testing via the web interface. I'll change the comments to suit.

I will also put the strict pragma first.

Thanks,
T.

_________________________________________________________________________________

I like computer programming because it's like Legos for the mind.

Replies are listed 'Best First'.
Re^4: A CGI whiteboard in Perl
by OverlordQ (Hermit) on Oct 13, 2006 at 15:09 UTC
    OFF when I am doing lots of changing and testing via the web interface. Wouldn't it make more sense for testing if it was ON? You know . . . to see if you get warnings?