in reply to Re: Detecting undefined subroutines at compile time
in thread Detecting undefined subroutines at compile time

compile(!) time :)

~:/tmp$ cat >tst use warnings; use strict; foo(); ~:/tmp$ perl -c tst tst syntax OK

Cheers Rolf