On Wed, 11 Jul 2001, Rizwan wrote:
> I am looking for a module that checks the syntax of a perl script.
the -c command-line option to Perl will check your syntax:
perl -c <script>
-- Brett
http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
I have an existential map. It has "You are here" written all over it.
-- Steven Wright
- syntax checking module Rizwan
- Re: syntax checking module Maxim Berlin
- Re: syntax checking module Paul Johnson
- Re: syntax checking module Michael Fowler
- Brett W. McCoy
