|
|
[Perlfect-search] Re: Taint checking...
Lance Leonard lleonard@alldev.com
Fri, 27 Oct 2000 15:12:17 -0700
v3.5003
I've gotten tainting to work by:
1. Adding -T to the shebang line
2. And then changing the call to Template.pm to:
use lib './';
use lib './Perlfect';
use Template;
I have heard warnings that this may need additional security precautions.
More when I know it.
-- Lance
> Because with today's perl you normalley just get an "too late for taint
> checking" error. Or does it work for you? If so, which version are you
> using?
|
|