in reply to Modify a variable within curly braces (ASCII Sequence))

Try print ("\033[4;${ \( $a+=10 ) }HEnd Here $a\n");. Enable warnings to see why.

Replies are listed 'Best First'.
Re^2: Modify a variable within curly braces (ASCII Sequence))
by westrock2000 (Beadle) on Jun 04, 2010 at 04:44 UTC
    Ahh! Thats what I tried at first, but I forgot to put the backslash within the curly braces, so it didn't do anything....but logically its what I thought would work.