http://www.perlmonks.org?node_id=981795


in reply to Re^2: Huge perl binary file
in thread Huge perl binary file

I would expect libperl.so to get linked in when the perl executable is first loaded, and before any functions are called: the loading isn't triggered by calling a particular function. Of course, this is OS specific.

Dave.