in reply to Re^2: Perl built-in functions source code
in thread Perl built-in functions source code

um, sure, see http://perl5.git.perl.org/perl.git/tree/HEAD:/lib, anything from glob to dbmopen to perl -V loads up some perl module to do stuff
  • Comment on Re^3: Perl built-in functions source code

Replies are listed 'Best First'.
Re^4: Perl built-in functions source code
by prat7434 (Acolyte) on Feb 06, 2015 at 09:41 UTC
    Thanks a lot!!