We know that this module function is Dynamically load C libraries into Perl code .
But how is its own c library loaded in Perl in the first place?
I believe that it should have its own c library, because I did not find the dl_load_file function directly inside DynaLoader.pm , so it should be in some c library ...
source share