Using CGI.pm, I can redirect to a 'filenotfound.htm' file for 404 message, along with status "404 Not found". Now, instead of specifiying the file name from Perl program, I like to use whichever '404 file' specified in Apache Server's httpd.conf.
How do I accomplish this? I am not using any 'Apache::' modules.