in reply to Re: dbi with cgi
in thread dbi with cgi
good catch.
For the OP: (btw, it's good you have 'use strict' -- you can also add 'use warnings' for additional, well, warnings :) ) this would have been obvious by just doing perl -c script.pl in a dos prompt. Also, you can actually run it like perl script.pl and see what the actual HTML output is (or error messages).