<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16540">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Hi y'all:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Before I added mod-perl, calendar.cgi 
worked.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>After mod perl I get this error:</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=4>[Tue Apr 22 09:28:35 2014] [error] Can't locate object method 
"initialize" via package "HTML::Template" at 
D:/www/wc-admin.com/cgi-bin/event_calendar/calendar.cgi line 131.\n<SPAN 
class=Apple-converted-space> </SPAN></FONT><BR 
style="TEXT-TRANSFORM: none; TEXT-INDENT: 0px; LETTER-SPACING: normal; FONT: medium 'Times New Roman'; WHITE-SPACE: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -webkit-text-stroke-width: 0px"></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>The offending line in calendar.cgi is:</FONT></DIV>
<DIV><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>
<P>my</FONT></FONT><FONT size=2> </FONT><FONT color=#008000 size=2><FONT 
color=#008000 size=2>$tmpl</FONT></FONT><FONT size=2> = 
HTML::Template->initialize( </FONT><FONT color=#008000 size=2><FONT 
color=#008000 size=2>$directives</FONT></FONT><FONT size=2>->{</FONT><FONT 
color=#0000f0 size=2><FONT color=#0000f0 size=2>'template'</FONT></FONT><FONT 
size=2>} || </FONT><FONT color=#0000f0 size=2><FONT color=#0000f0 
size=2>'template.html'</FONT></FONT><FONT size=2> );<BR></FONT></P>
<P><FONT size=2><FONT face=Arial>I searched template.pm and don't find a 
function named initialize. I do find</FONT></FONT></P><FONT size=2><FONT size=2>
<P># initialize the template buffer<BR>sub _init_template {</P>
<P><FONT face=Arial>How do I fix this?</FONT></P><FONT 
face=Arial></FONT></FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=2><FONT face=Arial>Fraser</FONT>
<P><BR></P></FONT></FONT></DIV></BODY></HTML>