in reply to Re^4: help with start_table of CGI.pm
in thread help with start_table of CGI.pm
That sounds like a warnings issue - probably using an undefined value - that is not affected by use strict. If that is the case then you were being told stuff you needed to know: required environment variables hadn't been set! The fix for that is to set the variables.
If the warnings were something else, can you reproduce the problem and show us the warning/error and the lines of code involved?
|
|---|