Searched refs:code2currency (Results 1 – 4 of 4) sorted by relevance
10 $curr = code2currency('usd'); # $curr gets 'US Dollar'44 There are two conversion routines: C<code2currency()> and C<currency2code()>.48 =item code2currency()55 $curr = code2currency($code);96 The following example illustrates use of the C<code2currency()> function.104 $curr = code2currency($code);
20 @EXPORT = qw(&code2currency ¤cy2code35 sub code2currency subroutine
315 $currency = code2currency($code);352 $reverse = code2currency($code);
16072 code2currency(), currency2code()