I am having a problem making printf work correctly. The following line of code:
printf("\$%4.2\n", $subtotal);
prints outputs:
$%4.2
to my browser.
Subtotal is defined and if it equals 21 and I type:
print qq($subtotal);
it outputs 21.
Does anyone have any suggestions?
Thanks,
Andrew
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
