in reply to what module gets loaded with perl program by default ?
Do you mean keywords such as push, pop, and splice? Those are features of the language itself, implemented in the C language inside the perl binary. If you browse the Perl 5 source code, look for functions named pp_push, for example; that's the implementation.
|
|---|