in reply to
is it safe to use File::Slurp?
In this case the lack of tainted variables check does not have anything to do with
File::Slurp
.
$somedata
will be interpolated and then the result will be given to
write_file
.
Comment on
Re: is it safe to use File::Slurp?
In Section
Seekers of Perl Wisdom