in reply to perl program compilation

The FAQ explains some of the concepts.

Replies are listed 'Best First'.
Re^2: perl program compilation
by Anonymous Monk on Apr 15, 2006 at 15:50 UTC
    monks,
    Is it correct that the compilation and intrepretation of perl program is done at the same time???

      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.