In other words is there a way to effectively do this:
s/__AMOUNT__/format_number($amount)/g;instead of this (which requires an extra line and variable):
$formatted_amount = format_number($amount); s/__AMOUNT__/$formatted_amount/g;
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |