Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Jul 2003 09:09:44 +0000 (09:09 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sat, 5 Jul 2003 09:09:44 +0000 (09:09 +0000)
commitbd833d03cdf984f3a5a7ad47c7e7b2072b5e5c76
tree44911c930ed7cc0560f997d11ca70e5090595767
parent479fe7a52d5dd4d7b7ae98dfc47284617242b327
Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
since CGI scripts are (should be) run under -T, being able
to show the HASH_SEED in case of problems is good.
The $ENV{PERL_HASH_SEED} is still ignored under taint.

p4raw-id: //depot/perl@20007
perl.c