Hi, I was wondering if it was possible to include support for use strict in
embedded perl. We have tried a number of things but nothing seems to work
in the same manner as it would in a typical perl script. We do not want to
have to put "use strict" in every block of embperl code on a page. Ideally
it would either be a server environment setting or made usable with the
[* *] tags. If we use the [* *] tags it works fine until it gets to text
that is outside of any []s. We get an error saying:
$___b must be defined....
So what we think is happening is the "use strict" is being scoped into what
ever embperl code is used to process the regular plain text/html in the
file. However that code wasn't built with use strict, so it fails. Has
anyone else run into this? Is this a bug? If you could email me back at:
[EMAIL PROTECTED], i would appreciate it. Thank you!
--mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]