Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the above sample code, I misspelled the call to the Log function in the test module and I couldn't figure that out during design time. I know I am using "strict" but it looks like it is not working. Is there a module that could help me to identify the invalid function calls during design time rather than run time. Thanks for your help KrisCaller.pl: use strict; use test; if (a != b) { est::Log("There is an issue") }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to identify incorrect subroutine calls in a perl program
by Fletch (Bishop) on May 15, 2006 at 17:29 UTC | |
by Anonymous Monk on May 15, 2006 at 18:12 UTC | |
by Fletch (Bishop) on May 15, 2006 at 18:42 UTC | |
|
Re: How to identify incorrect subroutine calls in a perl program
by dragonchild (Archbishop) on May 15, 2006 at 18:01 UTC | |
by ikegami (Patriarch) on May 15, 2006 at 18:19 UTC | |
by LanX (Saint) on Dec 16, 2024 at 17:54 UTC | |
by ikegami (Patriarch) on Dec 16, 2024 at 20:12 UTC |