On Wed, 12 Jan 2005 [EMAIL PROTECTED] wrote:
> Just thought of a better question, how can you check if perl code is
> valid with out executing it [ I guess the question may be, can you
> interpelate with out executing ] ??
The tools for answering this yourself are in your hands:
Try:
$ perl --help
Or to spell it out for you:
$ perl --help | grep -i syntax
-c check syntax only (runs BEGIN and CHECK blocks)
$
--
Chris Devers
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>