in reply to Re: Insecure dependency on perl module
in thread Insecure dependency on perl module
and about your suggestion to clean the path, I never had to do this before with perl functions (always with system commands), did you ment soething like that:if ($path =~ /^([-\@\w.\/\s]+)$/) { $path = $1; } else { die "Bad path in $path"; }
thanks$ENV{PATH} = '/usr/lib/perl5/5.6.1/File/'; ?
2001-11-19 Edit by Corion : Added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Insecure dependency on perl module
by rob_au (Abbot) on Nov 19, 2001 at 17:14 UTC |