Re: FOLLOWUP Question: RE: Help: Searching an array question++

2001-07-11 Thread Paul
--- Bob Bondi <[EMAIL PROTECTED]> wrote: > Thanks for the feedback, everyone. > My goal for this script is to make "this.gif" and "that.gif" change > places in the file. I.E. > - > this.gif > that.gif > this.gif > - > > after running the script I would have >

Re: FOLLOWUP Question: RE: Help: Searching an array question++

2001-07-11 Thread Jeff 'japhy' Pinyan
On Jul 11, Bob Bondi said: >Thanks for the feedback, everyone. >My goal for this script is to make "this.gif" and "that.gif" change places >in the file. I.E. >- >this.gif >that.gif >this.gif >- > >after running the script I would have >- >that.gif >

FOLLOWUP Question: RE: Help: Searching an array question++

2001-07-11 Thread Bob Bondi
Thanks for the feedback, everyone. My goal for this script is to make "this.gif" and "that.gif" change places in the file. I.E. - this.gif that.gif this.gif - after running the script I would have - that.gif this.gif that.gif - usin

Re: Help: Searching an array question++

2001-07-10 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "Bob Bondi" <[EMAIL PROTECTED]> w hispered: | Yep, another newbie at Perl. I have come to a wall. What I need to do is | open a file, find a value in the file and substitute a value. | I've gotten to the point of what to do with an open file. I have been tryi

Re: Help: Searching an array question++

2001-07-10 Thread Aaron Craig
At 08:32 10.07.2001 -0700, Bob Bondi wrote: >Yep, another newbie at Perl. I have come to a wall. What I need to do is >open a file, find a value in the file and substitute a value. >I've gotten to the point of what to do with an open file. I have been trying >the @array = statement. >I then wante

Help: Searching an array question++

2001-07-10 Thread Bob Bondi
Yep, another newbie at Perl. I have come to a wall. What I need to do is open a file, find a value in the file and substitute a value. I've gotten to the point of what to do with an open file. I have been trying the @array = statement. I then wanted to verify the contents of the array and tried p