in reply to Re^5: perl program compilation
in thread perl program compilation

ikegami,
it means parsing and execution .right?.
So "perl" is an interpreter.

Replies are listed 'Best First'.
Re^7: perl program compilation
by ikegami (Patriarch) on Apr 15, 2006 at 17:40 UTC
    it means parsing and execution .right?

    No, I meant what I said.

    So "perl" is an interpreter.

    No, the convertion from human readable only happens once, and it's not done statement by statement.

    Perl is closer to a virtual machine, like java.

    What's the point of your questions? i.e. Why does it matter?