RE: Please, I need help!!!

2009-06-13 Thread Wagner, David --- Senior Programmer Analyst --- CFS
-Original Message- From: Phillip [mailto:fibbe...@gmx.net] Sent: Thursday, June 11, 2009 12:00 To: beginners@perl.org Subject: Please, I need help!!! Hallo @ all, i am new in this domain(perlscript) and i have a question.i have a array,i sort it,i get the last element

Please, I need help!!!

2009-06-12 Thread Phillip
Hallo @ all, i am new in this domain(perlscript) and i have a question.i have a array,i sort it,i get the last element of the array but i want to get the next element after this one.how can i do this? for example: $arr1=(6,3,8,1) ---my last element is 1 and mark that is the last element

Re: Please, I need help!!!

2009-06-12 Thread Jim Gibson
On 6/11/09 Thu Jun 11, 2009 11:00 AM, Phillip fibbe...@gmx.net scribbled: Hallo @ all, i am new in this domain(perlscript) and i have a question.i have a array,i sort it,i get the last element of the array but i want to get the next element after this one.how can i do this? There is a

Re: Please, I need help!!!

2009-06-12 Thread Jenda Krynicky
From: Jim Gibson jimsgib...@gmail.com On 6/11/09 Thu Jun 11, 2009 11:00 AM, Phillip fibbe...@gmx.net scribbled: Hallo @ all, i am new in this domain(perlscript) and i have a question.i have a array,i sort it,i get the last element of the array but i want to get the next element

Re: Please, I need help!!!

2009-06-12 Thread John W. Krahn
Phillip wrote: Hallo @ all, Hello, i am new in this domain(perlscript) and i have a question.i have a array,i sort it,i get the last element of the array but i want to get the next element after this one.how can i do this? for example: $arr1=(6,3,8,1) ---my last element is 1 and mark