|
Posted by A. Sinan Unur on May 24, 2008, 4:45 pm
Please log in for more thread options
[ do *NOT* quote sigs ]
>> > I know (or believe strongly) perl
>>
>> Or maybe you simply read the docs about how perl executes?
>>
>> > compiles the source for running the program,
>>
>> perldoc perlrun
>>
>> ...
>> After locating your program, Perl compiles the entire
>> program to an internal form.
...
> Thats what I thought - but does it keep the compiled version to use
> over and over again till I change the code as it appears to do?
No. (You specified that mod_perl is not involved).
> If not, then why the delay after I change code, just that 1st
> time, then it runs fast again?
Look at line 42.
Sinan
>
> Bill H
>
--
(remove .invalid and reverse each component for email address)
comp.lang.perl.misc guidelines on the WWW:
http://www.rehabitation.com/clpmisc/
|