Re: finding invalid method names
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 20:04:22 -0500
ivan@xxxxxxxxxx <ivan@xxxxxxxxxx> wrote:
Hi,
I would like to run a command on my perl scripts / modules to find out if
there are any method names that are being called which are not defined.
So for example where I run:
perl -c test.pl
on this script:
1 #!/usr/bin/perl
2 use strict;
3
4 blah_blah_foo();
There are no method calls anywhere in that code.
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- References:
- finding invalid method names
- From: ivan
- finding invalid method names
- Prev by Date: FAQ 4.13 How do I find the current century or millennium?
- Next by Date: Re: Memory Management
- Previous by thread: Re: finding invalid method names
- Next by thread: Re: finding invalid method names
- Index(es):
Relevant Pages
|