On Monday, June 10, 2002, at 11:57 AM, Jeff 'japhy' Pinyan wrote:
> On Jun 10, bob ackerman said: > >> On Monday, June 10, 2002, at 11:23 AM, aman cgiperl wrote: >> >>> $MSG is a link http://www.foo.com/dpt/index.html >>> >>> Is there anything else other than EOF, that can cause a while loop to >>> exit >>> when reading file? >> >> there is something that will stop the substitution - a slash in $MSG. >> you could use a different character for the substitution: >> $_ =~ s|##UF##|$MSG|g > > Not true. ok. i sit corrected. in which case there is nothing wrong with the original code as posted. it seems. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]