I'm printing a line with some text, then a variable, then some text with a capital U with no spaces between the variable and the capital U. it looks like
print "Something$variable\Unselected.gif";
but this makes everything after the \U in caps. The only solution I came up with to do this is by using a \E to separate the variable like this
print "Something$variable\EUnselected.gif";
is there a better way I should be using to do this while maintaining the capitalization I want? Thanks for the help!
In reply to Escaping \U by UnevenGuy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |