Hi Prateek Goyal,

On Fri, 6 Feb 2015 12:24:46 +0530
prateek goyal <prateek.goy...@gmail.com> wrote:

> Hi,
> 
> 
> Please excuse me if I am posting wrong question.
> I wan to search the source code of PERL builtin functions e.g. reverse
> function. How can I see that on my machine or on web?
> I went to github repository of perl project but I ma unable to search that.

Most of these functions are found in pp.c:

http://perl5.git.perl.org/perl.git/blob/HEAD:/pp.c - search for
«PP(pp_reverse)» .

Note that the core Perl source code can be quite complicated and optimised.

Regards,

        Shlomi Fish

-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Stop Using MSIE - http://www.shlomifish.org/no-ie/

Katie: in case you have any interest in me, I should note that I have a policy
against getting involved with people who are 4 times my senior or more.
    — http://www.shlomifish.org/humour/Star-Trek/We-the-Living-Dead/

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to