Does anybody knows why I cant make this to work as I want? :-)
while (<ARGV> and $_!=~/End of list/)
{
bla
bla
bla
}
So, with this I want to process the file in <ARGV> until EOF, and each line
must be distinct than "/End of list/". So, if it is EOF or the current line
is that string... the WHILE should exit...
Can anybody HELLLLLPPP me...?
Thanks you very much,
Sebastian.
- Help: Searching an array question++ Bob Bondi
- Re: Help: Searching an array question++ Aaron Craig
- FOLLOWUP Question: RE: Help: Searching an arr... Bob Bondi
- Re: FOLLOWUP Question: RE: Help: Searchin... Jeff 'japhy' Pinyan
- Re: FOLLOWUP Question: RE: Help: Searchin... Paul
- Re: Simple question about "while... Sebadamus
- Re: Simple question about "... Brett W. McCoy
- Re: Simple question about "... Michael Fowler
- Re: Help: Searching an array question++ Stephen P. Potter
