finding invalid method names
- From: ivan@xxxxxxxxxx
- Date: 27 Apr 2007 22:41:03 GMT
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();
The result is test.pl syntax OK.
Is there any other program i can run to do a static analysis of perl code
and find these errors?
Thanks,
--
Ivan Novick
http://www.0x4849.net
.
- Follow-Ups:
- Re: finding invalid method names
- From: Michael Carman
- Re: finding invalid method names
- From: Tad McClellan
- Re: finding invalid method names
- From: attn.steven.kuo@xxxxxxxxx
- Re: finding invalid method names
- Prev by Date: Re: Memory Management
- Next by Date: Re: Memory Management
- Previous by thread: Weird error after a configuration change
- Next by thread: Re: finding invalid method names
- Index(es):
Relevant Pages
|
|