in reply to Re: Re: character conversion in a loop...
in thread character conversion in a loop...

Right, because “Remember: the value of $/ is a string, not a regex. awk has to be better for something. :-)”

However, you could set it to an integer to read one character at a time.

—John

  • Comment on Re: Re: Re: character conversion in a loop...