if ( $currency_format eq 'FR' ) {
%format_params = (
decimal_fill => '2',
decimal_point => ',',
decimal_point => '.',
int_curr_symbol => $int_curr_symbol,
mon_thousands_sep => ' ',
thousands_sep => ' ',
mon_decimal_point => ','
mon_decimal_point => '.'
);
}
-