Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: How does Perl do it it's thing?

by Nitsuj (Hermit)
on Aug 07, 2001 at 06:44 UTC ( [id://102677]=note: print w/replies, xml ) Need Help??


in reply to How does Perl do it it's thing?

Perl is an interpretter. Interpretters use languages in plaintext or a compiled form by reading instructions that go into another program, rather than compiled machine code, such as C, which is translated into the bytecodes of the processor. JAVA is an interesting situation, in that it is compiled bytecodes for a "virtual machine." Which is pretty much interpretting something that looks akin to machine code.

There is some validity to the idea that perl is compiled. It preparses the code into trees and and uses other methods which are a strong departure from the traditional idea of an interpretter.

Just Another Perl Backpacker

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://102677]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-19 00:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found