Re: use perl format data

2015-02-06 Thread Uri Guttman
On 02/06/2015 03:44 AM, Shlomi Fish wrote: @first_file, @second_file, and @third_file really should be an array of arrays. See: http://perl-begin.org/topics/references/ did you see my comment on not doing that right away? he obviously is so new that simpler perl things are what he needs to lea

Re: use perl format data

2015-02-06 Thread Shlomi Fish
Hi Mr./Ms. Wang, a few notes on your code. On Fri, 6 Feb 2015 02:53:52 + "Wang, Zeng-Sheng (TS-GSD-China-ZZ)" wrote: > Dear Uri, > > First thanks for your kindly help and a read-friendly instruction, I will not > use $a and $b for variables. According to your explanation, I finish the code

Re: perl builtin function source code

2015-02-06 Thread prateek goyal
Thanks Shlomi. So these all core functions are written in c. Are there some core functions which are written in perl? On 6 February 2015 at 13:48, Shlomi Fish wrote: > Hi Prateek Goyal, > > On Fri, 6 Feb 2015 12:24:46 +0530 > prateek goyal wrote: > > > Hi, > > > > > > Please excuse me if I am p

Re: perl builtin function source code

2015-02-06 Thread Shlomi Fish
Hi Prateek Goyal, On Fri, 6 Feb 2015 12:24:46 +0530 prateek goyal 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 o