Re: How perl program execution happened ?
- From: chas.owens@xxxxxxxxx (Chas. Owens)
- Date: Fri, 30 May 2008 08:41:33 -0400
On Fri, May 30, 2008 at 4:50 AM, sivasakthi <msivasakthi@xxxxxxxxx> wrote:
Hi all,snip
It is a very basic question. But i want clear idea about how the perl
program execution was happened. I know Perl is a Interpreter language.I
need more information about whats going there internally .
could you explain or direct me right document?
Perl is not interpreted. This is a common misconception. A program
written in Perl is compiled into an optree in its first stage of
running. This optree is then executed by perl. The best place to go
looking is probably "Programming Perl" (aka the Camel). Is there
something specific you want to know, or are you just curious?
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
.
- Follow-Ups:
- Re: How perl program execution happened ?
- From: Jenda Krynicky
- Re: How perl program execution happened ?
- References:
- How perl program execution happened ?
- From: Sivasakthi
- How perl program execution happened ?
- Prev by Date: parsing SQL statement
- Next by Date: Re: how does file gets send to remote machine using perl
- Previous by thread: Re: How perl program execution happened ?
- Next by thread: Re: How perl program execution happened ?
- Index(es):
Relevant Pages
|