Re: Search for a word in between words

2002-03-27 Thread John W. Krahn
Allison Ogle wrote: > > To give you even more information, in my datafile, the word that I am > searching for is 'marked' by the word in the line before it. For example, > the lines in my datafile look like.. > > line 1 > line 2 > line 2 > Installation > example > Installation > line 4 > line 5

RE: Search for a word in between words

2002-03-27 Thread Timothy Johnson
chomp $word; print $word; ; #read past one more line to skip the next "installation" } } -Original Message- From: Agustin Rivera [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 9:25 AM To: Allison Ogle; [EMAIL PROTECTED] Subject: Re: Search for a wor

Re: Search for a word in between words

2002-03-27 Thread Agustin Rivera
, Pollstar.com http://www.pollstar.com - Original Message - From: "Allison Ogle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 9:13 AM Subject: Search for a word in between words > > > To give you even more information, in my da

Search for a word in between words

2002-03-27 Thread Allison Ogle
To give you even more information, in my datafile, the word that I am searching for is 'marked' by the word in the line before it. For example, the lines in my datafile look like.. line 1 line 2 line 2 Installation example Installation line 4 line 5 line 6 and all I want is the word in betwee