Stop making huge security holes with POSIX tmpnam
. You don’t need it in Perl because File::Temp, which comes with Perl, does it for you. Perl v5.22 deprecated tmpnam
(and recommended replacements for tmpfile
) and v5.26 has removed it.
Continue reading “Don’t use POSIX to create temporary files”