diff options
Diffstat (limited to 'CGI.pl')
-rw-r--r-- | CGI.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ use diagnostics; use strict; +use lib "."; + # use Carp; # for confess # commented out the following snippet of code. this tosses errors into the |