InsolentFlunkey has asked for the wisdom of the Perl Monks concerning the following question:
The problem I am having is this: sometimes when I click one of the links to execute either of the two scripts, the page will display fine. Other times, I get an Internal Server Error, and the following line in my Apache error_log:print $cgi->start_html(-head=>meta({-http_equiv => 'Content-Type', - +content => 'text/html'}), -title=>"pagetitle", -bgcolor=>"#dcdcdc", -al +ink=>"#4682B4", -vlink=>"#4682B4", -link=>"#4682B4");
where 'line x' corresponds to the 'print $cgi->start_html...' line above.[error] Undefined subroutine &Apache::ROOT::perl::ms_support_2epl::met +a called at /var/www/htdocs/imap-bin/ms_support.pl line x.
Sometimes script 1 works, but not script 2. Sometimes the reverse is true. Sometimes both work, and sometimes neither. I am pulling my hair out over this! Does anyone have any suggestions?
Thanks for your time!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI: Server error on meta tag
by PodMaster (Abbot) on Dec 15, 2002 at 02:52 UTC | |
by InsolentFlunkey (Beadle) on Dec 15, 2002 at 21:42 UTC | |
by PodMaster (Abbot) on Dec 15, 2002 at 21:50 UTC | |
by InsolentFlunkey (Beadle) on Dec 15, 2002 at 23:45 UTC |