in reply to Re^2: Performance penalties of in-Perl docn vs compiled CGIs.
in thread Performance penalties of in-Perl docn vs compiled CGIs.

Perl5 compiles the source code into OPCODE objects, then interprets (loops over) the OPCODE objects.

Seeking work! You can reach me at ikegami@adaelis.com

  • Comment on Re^3: Performance penalties of in-Perl docn vs compiled CGIs.