in reply to $TAINTED in latest CGI.pm v2.87
Was prob. the nicest solution to your problem, as it doesn't state: 'my $TAINTED = ...' - I was figuring that $TAINTED was defined earlier.$TAINTED = substr($ENV{REQUEST_METHOD}.'',0,0) if defined $ENV{REQUEST_METHOD};
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: $TAINTED in latest CGI.pm v2.87
by particle (Vicar) on Oct 10, 2002 at 14:52 UTC | |
Re:2: $TAINTED in latest CGI.pm v2.87
by blakem (Monsignor) on Oct 10, 2002 at 22:20 UTC |