in reply to Re: reverse interpolation
in thread reverse interpolation

so obvious i'm obviously not... but why the trouble with chr ord when it works without? thanks!

Replies are listed 'Best First'.
Re^3: reverse interpolation
by parv (Parson) on Sep 17, 2008 at 07:00 UTC

    You missed the update by a few seconds! You are right that chr ord chain was unnecessary (I started by finding the number to represent a tab, which I changed to use "ord", which changed to just the interpolated string).

    Obviously, I should have just started & ended with plain tab ... as you wrote "so obvious i'm obviously not". :}