hotshot has asked for the wisdom of the Perl Monks concerning the following question:
Does It catches only for the followed system call?, or it catches for all system calls in the same scope as the cleaning above?$ENV{PATH} = '/bin:/usr/bin'; delete @ENV{'IFS', 'CDPATH', 'ENV', 'BASH_ENV'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: tainted invironment
by Juerd (Abbot) on Jan 23, 2002 at 15:51 UTC |