in reply to Re: HTML image tag stripping
in thread HTML image tag stripping
On the other hand, that particular error often occurs when you 'use strict', but forget to declare a variable with 'my'. Strict then thinks it's a package global and asks you to say which package it's in, but you should really declare it instead. (Alternately, if you have declared it, move the declaration to a wider scope to encompass the place you use it.)
|
|---|