Help for this page
sub symbol { my ($code, $options) = @_; ... return currency_symbol($code, $options); };
sub symbol { my ($code, $options) = @_; ... return $symbol; };