Contact your hosting company and ask them if they have strict.pm installed. If not, ask them to install it. If they won't, then try installing strict.pm from www.cpan.org in your admin directory.
Then change the following codes in the Template.pm file:
to the following codes:
Regards,
------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------
Then change the following codes in the Template.pm file:
Code:
use strict;to the following codes:
Code:
require strict;Regards,
------------------
Eliot Lee
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------