So I typed in the Footer.pm 
 (Eagle Book, p. 92-93), 

added the "handler" scripts
  <Location /cgi-bin>
    SetHandler perl-script
    PerlHandler Apache::Footer
  </Location>

and restarted the server.

Now, what used to be sent out as html is sent out
looking like:

#!/usr/bin/perl -w
use strict;
blah,
blah,

------------

I'm using CGI.pm and Apache::Registry.
What did I miss?  
Thanks in advance.

-Brett

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

Reply via email to