in reply to Re: Help need in Miscellaneous code
in thread Help need in Miscellaneous code

"The for loop sets $_, but does not localize it."
should read
"The while loop sets $_, but does not localize it."