http://qs321.pair.com?node_id=862701

halfcountplus has asked for the wisdom of the Perl Monks concerning the following question:

I'm working on a mod_perl based application which uses html forms for input. Since the whole thing is a module called by apache, there is no script in which to use the -T switch. I have found Taint::Runtime, which seems to work, but was wondering if there is a way to enable the native taint check within a .pm file.