Hi, When I use both -w and use strict, I expect Perl to find undefined subroutines at compile time (assuming I don't use references to subroutines). But it doesn't. It finds it only at run time - like a simple shell script. Is there to get such checks at compile time ? Thanks Yossi