Re: Compiling a perl script

2003-09-14 Thread Jenda Krynicky
From: Dan Anderson <[EMAIL PROTECTED]> > I'm new to Perl, and my book says that Perl can be compiled. Does > this mean there is a command like $ perl --compile --file ./script or > does this just mean that instead of parsing line by line everything is > checked for errors and then run? (i.e. Just

Re: Compiling a perl script

2003-09-14 Thread Rob Dixon
Dan Anderson wrote: > > I'm new to Perl, and my book says that Perl can be compiled. Does this > mean there is a command like $ perl --compile --file ./script or does > this just mean that instead of parsing line by line everything is > checked for errors and then run? (i.e. Just in Time compilat

Compiling a perl script

2003-09-14 Thread Dan Anderson
I'm new to Perl, and my book says that Perl can be compiled. Does this mean there is a command like $ perl --compile --file ./script or does this just mean that instead of parsing line by line everything is checked for errors and then run? (i.e. Just in Time compilation) Thanks in advance, Dan