Somewhere in between version upgrades of Apache::ASP, I seem to have to have missed some of the functionality of the loader.
It seems that the following code
-----------------
Apache::ASP->Loader(
'/opt/apache/htdocs',"(asp)\$",
Global => '/var/tmp',
Debug => 1,
UseStrict => 1,
StatINC => 0);
-----------------
does not honour the ``UseStrict'' and will not return any errors encountered while compiling scripts (the legendary ``variable $x redefined at ...'' springs to mind).
It won't even catch typos (ie syntax errors).
Any idea why this happens ?


Regards,
Thanos Chatziathanassiou



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



Reply via email to