Unsafe dependencies of Perl features
Original link: https://blog.frytea.com/archives/630/ I recently encountered a very strange problem when writing a Perl program: Insecure dependency in unlink while running with -T switch at ../tmpfile.pl line 44. After inspection, it was found that this is a feature of the Perl language, and using -w or -T at runtime means the “foolproof” flag. The -T […]
Unsafe dependencies of Perl features Read More »