On Thu, 6 Sep 2001, Gary Benson wrote:
> > + # untaint
> > + $ENV{PATH} = '/bin:/usr/bin';
this should be 'local $ENV{PATH} = ...;', does that help at all?
On Thu, 6 Sep 2001, Gary Benson wrote:
> > + # untaint
> > + $ENV{PATH} = '/bin:/usr/bin';
this should be 'local $ENV{PATH} = ...;', does that help at all?