Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

locale::us(3pm) [debian man page]

Locale::US(3pm) 					User Contributed Perl Documentation					   Locale::US(3pm)

NAME
Locale::US - two letter codes for state identification in the United States and vice versa. SYNOPSIS
use Locale::US; my $u = Locale::US->new; my $state = $u->{code2state}{$code}; my $code = $u->{state2code}{$state}; my @state = $u->all_state_names; my @code = $u->all_state_codes; ABSTRACT
Map from US two-letter codes to states and vice versa. DESCRIPTION
MAPPING $self->{code2state} This is a hashref which has two-letter state names as the key and the long name as the value. $self->{state2code} This is a hashref which has the long nameas the key and the two-letter state name as the value. DUMPING $self->all_state_names Returns an array (not arrayref) of all state names in alphabetical form $self->all_state_codes Returns an array (not arrayref) of all state codes in alphabetical form. KNOWN BUGS AND LIMITATIONS
o The state name is returned in "uc()" format. o neither hash is strict, though they should be. SEE ALSO
Locale::Country Locale::Country Abbreviations <http://www.usps.gov/ncsc/lookups/usps_abbreviations.htm> Online file with the USPS two-letter codes for the United States and its possessions. AUXILIARY CODE: lynx -dump http://www.usps.gov/ncsc/lookups/usps_abbreviations.htm > kruft.txt kruft2codes.pl COPYRIGHT INFO
Copyright (c) 2002 - $present Terrence Brannon. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. License: GPL, Artistic, available in the Debian Linux Distribution at /usr/share/common-licenses/{GPL,Artistic} AUTHOR
T. M. Brannon, <tbone@cpan.org> PATCHES Thanks to stevet AT ibrinc for a patch about second call to new failing. perl v5.12.4 2011-08-03 Locale::US(3pm)

Check Out this Related Man Page

Locale::Po4a::Chooser(3)				User Contributed Perl Documentation				  Locale::Po4a::Chooser(3)

NAME
Locale::Po4a::Chooser - manage po4a modules DESCRIPTION
Locale::Po4a::Chooser is a module to manage po4a modules. Previously, all po4a binaries used to know all po4a modules (pod, man, sgml, etc). This made the addition of a new module boring, to make sure the documentation is synchronized in all modules, and that each of them can access the new module. Now, you just have to call the Locale::Po4a::Chooser::new() function, passing the name of module as argument. You also have the Locale::Po4a::Chooser::list() function which lists the available formats and exits on the value passed as argument. SEE ALSO
About po4a: Locale::Po4a::Po(3pm), Locale::Po4a::TransTractor(3pm), po4a(7) About modules: Locale::Po4a::Dia(3pm), Locale::Po4a::Docbook(3pm), Locale::Po4a::Guide(3pm), Locale::Po4a::Halibut(3pm), Locale::Po4a::Ini(3pm), Locale::Po4a::KernelHelp(3pm), Locale::Po4a::LaTeX(3pm), Locale::Po4a::Man(3pm), Locale::Po4a::Pod(3pm), Locale::Po4a::Sgml(3pm), Locale::Po4a::TeX(3pm), Locale::Po4a::Texinfo(3pm), Locale::Po4a::Text(3pm), Locale::Po4a::Wml(3pm). Locale::Po4a::Xhtml(3pm), Locale::Po4a::Xml(3pm), Locale::Po4a::Wml(3pm). AUTHORS
Denis Barbier <barbier@linuxfr.org> Martin Quinson (mquinson#debian.org) COPYRIGHT AND LICENSE
Copyright 2002,2003,2004,2005 by SPI, inc. This program is free software; you may redistribute it and/or modify it under the terms of GPL (see the COPYING file). perl v5.16.3 2014-06-10 Locale::Po4a::Chooser(3)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Perl - How do you break the long line of codes into 2?

I'm trying to make this long line of codes in Perl looks nice by dividing it into 2 lines... Before: `echo "blahblahblahblahblahblahblahblahblahblahblah" > ~/lalala/lalala/lalala/lalala/lalala/abc`; After: `echo "blahblahblahblahblahblahblahblahblahblahblah" > ... (5 Replies)
Discussion started by: teiji
5 Replies

2. Shell Programming and Scripting

Help in creation of parameter file

Hi Guys, I have a parameter file. Sample of it as below: Name=unix Country=United States I want the output as follows -param Name=unix -param Country='United States' I am able to achieve appending the "-param" in front. But unable to append single quotes (') before and after... (6 Replies)
Discussion started by: mac4rfree
6 Replies

3. UNIX and Linux Applications

Where can I find UNIX training course in the United States?

Hi guys, Can you help me please to find an appropriate course of UNIX in the United States. Also, can you provide me some information about the schools or institutes that offer it in the U.S. Thanks, (0 Replies)
Discussion started by: Malik Dera
0 Replies