Carl Lipo wrote:
> 
> Hi,
> 
> Has anyone encountered the error message list below "need id for includes"?
> What does it mean?
> 

This might be a bug that has been recently introduced as of perl 2.11 ?
What version do you have installed? It would be triggered possibly by 
old style inline includes.  

If you set "PerlSetVar DynamicIncludes 1", you shouldn't get this error,
but this changes the way things are compiled radically, my making
<!--#include file=... --> behave as <% $Response->Include() %>
which compiles includes as perl subroutines, so the my() scope
is different.

I'll work on a fix for this shortly.

--Josh

_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks <- Web Link Checking          Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to