I was testing
CompareRevisionsAddOn and I got this line at
error.log:
compare: print() on unopened filehandle end_html at /tmp/trunk/core/lib/Foswiki/Contrib/CompareRevisionsAddOn/Compare.pm line 288
In that line we read:
print CGI::end_html;
It seems that
perl thinks
CGI::end_html is a filehandle... adding parenthesis solves the issue:
print CGI::end_html();
--
GilmarSantosJr - 09 Jan 2009
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
