and about cleaning the path, I never had to do this before with perl functions (always with system commands), does something like the followings is good ?:if ($path =~ /^([-\@\w.\/\s]+)$/) { $path = $1; } else { die "Bad path in $path"; }
thanks$ENV{PATH} = '/usr/lib/perl5/5.6.1/File/';
In reply to Insecure dependency by hotshot
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |