If you're going to execute things with absolute paths (
`/bin/foobar`), you might be able to get away with no path (
undef $ENV{PATH}). The executed process will have to be explicit in any nested exec/system call, but that's arguably a good thing.
--
[ e d @ h a l l e y . c c ]