>>>>> "Adam" == Adam Turoff <[EMAIL PROTECTED]> writes:

Adam> On Wed, Aug 14, 2002 at 02:53:49PM -0400, Nikola Janceski wrote:
>> WTF doesn't perl -c check for valid subroutines/function calls?

Adam> Because it's quite possible to define subs dynamically.  That is,
Adam> the sub isn't defined directly in your code, but is created (and
Adam> installed) after your code has started execution.  This is a
Adam> frequently used technique in some kinds of development.  Look into
Adam> AUTOLOAD for more details.

Or even "require".  And that's pretty durn frequent.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to