[comp.lang.perl] Perl syntax checker

pett@socrates.ucsf.edu (Eric Pettersen) (04/09/90)

	When I want to check the syntax of a perl script without running it, I
simply put:

die "syntax ok.\n";

as the first line of the script and run it.

				Eric Pettersen
				pett@cgl.ucsf.edu