in reply to Re: (Ovid) Re: Perl/Apache Error
in thread Perl/Apache Error

Not putting use CGI.pm; is like not putting #include <stdio.h> It's just not done that way.

In other words, you're not really using other people's code, you're allowing yourself access to a well-accepted (some might even say universally accepted) API that helps you get your job done quicker. In other words, half the essence of programming.

ALL HAIL BRAK!!!