in reply to Re^4: Howto include Perl Script into CGI script
in thread Howto include Perl Script into CGI script
Turns on taint checking.#!/usr/bin/perl -wT
Have a look at Ovid's CGI Course, lesson 3, Basic CGI Security for a discussion on why and how to use it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Howto include Perl Script into CGI script
by monkfan (Curate) on May 17, 2006 at 15:18 UTC | |
by Asim (Hermit) on May 17, 2006 at 16:57 UTC |