Re: hash sort on value

2012-07-03 Thread Chris Stinemetz
On Tue, Jul 3, 2012 at 5:11 AM, xiyoulaoyuanjia xiyoulaoyuan...@gmail.com wrote: hi Rob 。 i do not know what the 'for' meaning inprint $_-[0], \n for sort { $b-[1] = $a-[1] } @RNC; can you give me mush information about this use 。 3ks ! I believe xiyoulaoyuan...@gmail.com intended to

Re: hash sort on value

2012-07-03 Thread Chris Stinemetz
On Tue, Jul 3, 2012 at 6:44 AM, Chris Stinemetz chrisstinem...@gmail.com wrote: On Tue, Jul 3, 2012 at 5:11 AM, xiyoulaoyuanjia xiyoulaoyuan...@gmail.com wrote: hi Rob 。 i do not know what the 'for' meaning inprint $_-[0], \n for sort { $b-[1] = $a-[1] } @RNC; can you give me mush

Newbie Where to start perhaps a hash-table is what I need to learn about ?

2012-07-03 Thread Phil Pinkerton
I was given a project that seems to require Perl I could use a sample just to extract a list of names associated with a group or repo and print them. 1) Assigned a task to extract data fron a text file. 2) Output file needs to be very specific, and created monthly 3) tried doing in korn shell

Re: Newbie Where to start perhaps a hash-table is what I need to learn about ?

2012-07-03 Thread David Precious
On Tue, 3 Jul 2012 09:47:00 -0400 Phil Pinkerton pcpinker...@gmail.com wrote: I was given a project that seems to require Perl I could use a sample just to extract a list of names associated with a group or repo and print them. 1) Assigned a task to extract data fron a text file. 2)