Subject: | format_price currency symbol |
It would be great if Number-Format would support an optional parameter
to specify if the currency symbol should precede the value or not. See
http://perldoc.perl.org/POSIX.html#localeconv (p_cs_precedes for
positive values and n_cs_precedes for negatives - however I believe that
for most locales n_cs_precedes and p_cs_precedes are identical)
Cheers
Maros