in reply to Re: Compile-time checking for undef subroutines?
in thread Compile-time checking for undef subroutines?
The reason you state, it can be created at runtime, is the reason the compiler doesn't balk, but postpones it to the runtime environment.
So, the answer is, "yes, the compiler knows, and no, that information isn't available, but if it were, it wouldn't be half as useful as you might think - which is also the reason why it isn't available".
Abigail
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Compile-time checking for undef subroutines? (extra strict?)
by Aristotle (Chancellor) on May 06, 2003 at 07:24 UTC |