Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Perl built-in functions source code

by ikegami (Patriarch)
on Feb 06, 2015 at 17:33 UTC ( [id://1115797]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl built-in functions source code
in thread Perl built-in functions source code

Perl is written in C. All of the operators ("core functions") are implemented in C.

It was said that glob was written in Perl, but it's pp_glob in pp_sys.c. (*Sometimes*, this does result in Perl getting executed, but not always.)

It was said that dbmopen was written in Perl, but it's pp_dbmopen in pp_sys.c. (Granted, this does result in Perl code getting executed.)

There are many core and non-core modules written in Perl, but the functions in perlfunc are necessarily written in C.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (9)
As of 2024-04-18 12:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found