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

Reply via email to