Re: How perl program execution happened ?



On Fri, 30 May 2008 14:20:58 +0530, sivasakthi wrote:

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 .

Good question. More than you probably wanted to know:

http://www.oreilly.com/catalog/pperl3/chapter/ch18.html
http://www.perlfoundation.org/perl5/index.cgi?optree_guts
http://books.simon-cozens.org/index.php/Perl_5_Internals#The_Lexer_and_the_Parser

--
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/

.



Relevant Pages

  • Re: How perl program execution happened ?
    ... But i want clear idea about how the perl ... program execution was happened. ... I know Perl is a Interpreter language.I ... This optree is then executed by perl. ...
    (perl.beginners)
  • How perl program execution happened ?
    ... 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 ...
    (perl.beginners)
  • Re: Problem when embedding 2 Perl interpreters in C++
    ... I'm facing a problem when embedding two perl interpreters in my C++ ... My code has 2 threads - the GUI and the Core thread. ... Since the GUI thread dosen't have a perl interpreter running on it ...
    (comp.lang.perl.misc)
  • Embeded Perl, Dynaloader, relocation error: undefined symbol: Perl_Tstack_sp_ptr
    ... error using dynamically loaded modules from an embedded Perl ... background jump forward to the example Java code. ... we're looking at techniques that involve embedding Perl into the JVM. ... single static Interpreter into the ...
    (comp.lang.perl.misc)
  • Re: Need help with CGI/ DBI error (permissions?)
    ... >> Reason I'm asking is because even when I run the script from a command ... perl myscript ... > interpreter you specify in the shebang line is irrelevant. ... IIS server can't be too far off. ...
    (comp.lang.perl.misc)