It would be nice if the typo ("mink") was caught earlier (at compile-time, i.e. by running "perl -c foo.pl"). I don't think this is possible in Perl, but maybe some wise monk knows a way.use warnings; use strict; use 5.008; sub monk($) {} sub go() { mink(123); }
In reply to Possible to catch undefined sub at "compile" time? by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |