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

monks,
Is it correct that the compilation and intrepretation of perl program is done at the same time???

Replies are listed 'Best First'.
Re^3: perl program compilation
by Marza (Vicar) on Apr 15, 2006 at 16:52 UTC

    Actually no in intrepretor parses a program and executes it directly.

    Compiling translates the program into machine code.

    A reply falls below the community's threshold of quality. You may see it by logging in.