Mark,
Thanks for the link to the perl site on Taint. I will be testing out
some perl settings.
Mike
At 02:59 PM 4/4/2007, you wrote:
On Wed, Apr 4, 2007 14:32, Mike Cossaboon <[EMAIL PROTECTED]> wrote:
I am running Tomcat 5.5.17 on Solaris 10 with Perl 5.8.4 installed.
I start my per
Hi All,
I am running Tomcat 5.5.17 on Solaris 10 with Perl 5.8.4 installed. I
start my perl cgis with:
#!/usr/bin/perl -T
The -T is for Taint mode which I do to make the cgis more secure.
With a -T option, the web page is displayed with no text from my
print statements. If I remove the -T t