>>>>> "hx" == heyi xiao <[email protected]> writes:
hx> My linux system has a pre-installed perl. Is there a good way to hx> check the source code for builtin functions, like reverse etc. I hx> want to check the source code for better learning/understanding. all builtin functions are in c and not perl so you will not learn any perl from examining them. and you can always get the perl source from perl.org or from your linux distro (look for a source or developer package vs the regular one). uri -- Uri Guttman ------ [email protected] -------- http://www.sysarch.com -- ----- Perl Code Review , Architecture, Development, Training, Support ------ --------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com --------- -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
