perl - How's DynaLoader's c library loaded? -
perl - How's DynaLoader's c library loaded? -
we know module's function dynamically load c libraries perl code
.
but how's own c library loaded perl in first place?
i justice should have own c library because don't find function dl_load_file
right within dynaloader.pm
,so must in c library...
dynaloader statically linked perl (managed configure), available. wouldn't work if had available load itself.
the source dynloader @ /ext/dynaloader/ in perl distribution, contains number of different implementations of dl_load_file various architectures on perl might run.
so yes, dl_load_file in library, ends within perl when perl gets built.
perl
Comments
Post a Comment