Help for this page

Select Code to Download


  1. or download this
    package My::I18N;
    use strict;
    ...
        }
        return sprintf $strings[$self->{_plural}($num)], $num;
    }