Anyway to write it with an escape character or null character to break up the scalar from the suffix (instead of using the dot operator)?if ($digit > 3) { print "$digit" . "th"; }
Thanks.if ($digit > 3) { print "$digit[somemagicalnonprintingcharacter]th"; }
In reply to Simple question by Bliss
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |