in reply to Re: Re: Re: help needed on a foreach loop from hell!!!
in thread help needed on a foreach loop from hell!!!

One **tiny** correction: you've got an HTML break tag ('<br>') at the end of the 4th line:

   print "Enter file name and path of .rcs to search:\n";<br>

That <br> tag doesn't belong in the code. Sorry if I'm nitpicking too much, but if Kentdn is looking for perl problems the last thing he needs is an extra bit of formatting thrown in :)

Good luck Kentdn!

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: help needed on a foreach loop from hell!!!
by Ineffectual (Scribe) on Jan 24, 2002 at 22:54 UTC
    Yeah, I didn't realize that the code tags picked up the enters without needing html breaks, so I had to go back and delete them all. ;)
    'Fect