Home
last modified time | relevance | path

Searched refs:code2currency (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Locale/
DCurrency.pod10 $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);
DCurrency.pm20 @EXPORT = qw(&code2currency &currency2code
35 sub code2currency subroutine
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Codes/t/
Dall.t315 $currency = code2currency($code);
352 $reverse = code2currency($code);
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod16072 code2currency(), currency2code()