in reply to Re: Detecting undefined subroutines at compile timein thread Detecting undefined subroutines at compile time
~:/tmp$ cat >tst use warnings; use strict; foo(); ~:/tmp$ perl -c tst tst syntax OK [download]
Cheers Rolf