in reply to Re^2: Modify a variable within curly braces (ASCII Sequence))
in thread Modify a variable within curly braces (ASCII Sequence))
BrowserUk's solution falls into the category of Stupid Interpolation Tricks in the context of the problem of the OP.
Your opinion noted and dismissed as irrelevant.
Personally, I'd do it this way: printf ("\033[4;%dHEnd Here $a\n", $a+=10 );, but that doesn't answer the OPs question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Modify a variable within curly braces (ASCII Sequence))
by westrock2000 (Beadle) on Jun 05, 2010 at 11:25 UTC | |
by BrowserUk (Patriarch) on Jun 05, 2010 at 12:09 UTC |