I18n-Langtags

I18N::LangTags(3p) Perl Programmers Reference Guide I18N::LangTags(3p)

I18n-Langtags

I18N::LangTags(3p) Perl Programmers Reference Guide I18N::LangTags(3p) # I18N::LangTags(3p) Perl Programmers Reference Guide I18N::LangTags(3p) NNAAMMEE # I18N::LangTags - functions for dealing with RFC3066-style language tags SSYYNNOOPPSSIISS # use I18N::LangTags(); ...or specify whichever of those functions you want to import, like so: use I18N::LangTags qw(implicate_supers similarity_language_tag); All the exportable functions are listed below -- you're free to import only some, or none at all. By default, none are imported. If you say: use I18N::LangTags qw(:ALL) . ...