in reply to Perl Seems to be giving me random errors

One thing you can do is run your Perl CGI script from the command line; this decouples Perl from your web server and browser, and lets you establish whether or not Perl is really part of the problem here.
  • Comment on Re: Perl Seems to be giving me random errors