in reply to $ENV{PERL5SHELL}
in thread Security concern with sudo and system()
Yes, I have vague memories of long ago Perl using $ENV{SHELL} for system under Unix and that being fixed.
One of the reasons that building modules from CPAN doesn't work well under Win9x is that 2>&1 doesn't work in COMMAND. I realize now that the fix for this is IPC::Open2.
And now I've drifted way off the original topic. (:
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Avoiding Shell in favor of portable Perl code
by John M. Dlugosz (Monsignor) on Sep 16, 2001 at 09:02 UTC |