in reply to Re^2: The most common errors and warnings in Perl (crawl before you die)
in thread The most common errors and warnings in Perl
If any monk is left head scratching over this reply, it helps to know that 'perl -c' will still execute code in a BEGIN block (and other circumstances as well). It's not safe to assume that unsafe code is made safe by the -c option.
|
|---|