in reply to what module gets loaded with perl program by default ?

perl functions are documented in perlfunc, they are not separated in modules and they are always loaded

perlrun details the ways you might configure your enviroment to load extra modules by default (sitecustomize/perl5opt)

See also Will the real Internals module please stand up?

  • Comment on Re: what module gets loaded with perl program by default ?