Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems Cann't post reply or create new threads Post 302765773 by Scott on Sunday 3rd of February 2013 10:42:21 AM
Old 02-03-2013
Hello ambious.

Due to an increased volume of SPAM, we have placed certain restrictions on registrations and posting from some countries. Please see this thread.

Your account should be "unblocked" now.
 

9 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Can't Post Threads

I have not received an email to activate my account having waited over 6 hours. I have tried reseting my password but still do not receive any email. I have specified the correct address and do not have any filters or anything stopping the email getting to my inbox. Please advise as this... (0 Replies)
Discussion started by: pure_j4x
0 Replies

2. HP-UX

Need help. Unable to create threads after a certain number

Hi, I have a process which creates pthreads to generate some reports. After creating the reports these threads return null. But after 1024 threads, the process is not able to create any threads further.,and at max 5 threads are existing simultaneously and are returning the control back after... (2 Replies)
Discussion started by: Krsh
2 Replies

3. Shell Programming and Scripting

if this post is easy to read so is to reply !!!

i have a html file with uploads a file and sends the username to a .cgi file using post method. the part of code in the cgi file is as below. i am able to get the filename but not able to get the username thats getting posted to the file how to know the value of username. i am trying to store... (2 Replies)
Discussion started by: sasidhdv
2 Replies

4. Forum Support Area for Unregistered Users & Account Problems

I cannot post new thread and reply after register

Hi, Admin, I have met a problem that I cannot post new thread and reply after register. It reminds some information as shown in the below: case 1: To create new threads in this forum your post count must be 10 or greater. You currently have 0 posts. case 2: To reply to threads in this forum... (1 Reply)
Discussion started by: Unregistered
1 Replies

5. Forum Support Area for Unregistered Users & Account Problems

I am still meet a problem when I want to reply or create a new thread

Hi, Scott, I am still meet a problem when I want to reply or create a new thread in "Shell Programming and Scripting" Forum, It reminds that: To create new threads in this forum your post count must be 10 or greater. You currently have 2 posts. To my surprise, I posted a thread in "Shell... (4 Replies)
Discussion started by: weichanghe2000
4 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Unable to post or reply thread after login

I am unable to post reply to a thread. Whenever I will reply to any post I get the message every time : The message you have entered is too short. Please lengthen your message to at least 5 characters. Even though length of the message is more than required. for example I tried to post ... (3 Replies)
Discussion started by: Unregistered
3 Replies

7. How to Post in the The UNIX and Linux Forums

Not able to reply to a post

I have a trouble here. I posted couple of questions and got some reply but when i go ahead and do a reply/quick reply to the question asked it doesn't goes. it simply keep on displaying the message "Posting quick reply please wait" and that wait never ends. I am not able to do a reply :(... (3 Replies)
Discussion started by: Sharma331
3 Replies

8. Shell Programming and Scripting

Need to create multiple threads

Hi , i need to run multiple scripts parallely ,on my server....i have 8 cpus . planning to run minimum of 6 scripts paralley ....could you please suggest someone . thanks in advance , (3 Replies)
Discussion started by: Huvan
3 Replies

9. What is on Your Mind?

New Buttons to Create New Discussions and Reply to Existing One

You may have noticed a lot of big blue buttons" on the site, replacing the Font Awesome icons for creating new discussions and replying to discussions. Here are the reasons for this change: A number of unix.com moderators, including Don Cragun and Ravinder Singh, have commented that new... (6 Replies)
Discussion started by: Neo
6 Replies
Geography::Countries(3) 				User Contributed Perl Documentation				   Geography::Countries(3)

NAME
Geography::Countries - 2-letter, 3-letter, and numerical codes for countries. SYNOPSIS
use Geography::Countries; $country = country 'DE'; # 'Germany' @list = country 666; # ('PM', 'SPM', 666, # 'Saint Pierre and Miquelon', 1) DESCRIPTION
This module maps country names, and their 2-letter, 3-letter and numerical codes, as defined by the ISO-3166 maintenance agency [1], and defined by the UNSD. The "country" subroutine. This subroutine is exported by default. It takes a 2-letter, 3-letter or numerical code, or a country name as argument. In scalar context, it will return the country name, in list context, it will return a list consisting of the 2-letter code, the 3-letter code, the numerical code, the country name, and a flag, which is explained below. Note that not all countries have all 3 codes; if a code is unknown, the undefined value is returned. There are 3 categories of countries. The largest category are the current countries. Then there is a small set of countries that no longer exist. The final set consists of areas consisting of multiple countries, like Africa. No 2-letter or 3-letter codes are available for the second two sets. (ISO 3166-3 [3] defines 4 letter codes for the set of countries that no longer exist, but the author of this module was unable to get her hands on that standard.) By default, "country" only returns countries from the first set, but this can be changed by giving "country" an optional second argument. The module optionally exports the constants "CNT_F_REGULAR", "CNT_F_OLD", "CNT_F_REGION" and "CNT_F_ANY". These constants can also be important all at once by using the tag ":FLAGS". "CNT_F_ANY" is just the binary or of the three other flags. The second argument of "country" should be the binary or of a subset of the flags "CNT_F_REGULAR", "CNT_F_OLD", and "CNT_F_REGION" - if no, or a false, second argument is given, "CNT_F_REGULAR" is assumed. If "CNT_F_REGULAR" is set, regular (current) countries will be returned; if "CNT_F_OLD" is set, old, no longer existing, countries will be returned, while "CNT_F_REGION" is used in case a region (not necessarely) a country might be returned. If "country" is used in list context, the fifth returned element is one of "CNT_F_REGULAR", "CNT_F_OLD" and "CNT_F_REGION", indicating whether the result is a regular country, an old country, or a region. In list context, "country" returns a 5 element list. To avoid having to remember which element is in which index, the constants "CNT_I_CODE2", "CNT_I_CODE3", "CNT_I_NUMCODE", "CNT_I_COUNTRY" and "CNT_I_FLAG" can be imported. Those constants contain the indices of the 2-letter code, the 3-letter code, the numerical code, the country, and the flag explained above, respectively. All index constants can be imported by using the ":INDICES" tag. The "code2", "code3", "numcode" and "countries" routines. All known 2-letter codes, 3-letter codes, numerical codes and country names can be returned by the routines "code2", "code3", "numcode" and "countries". None of these methods is exported by default; all need to be imported if one wants to use them. The tag ":LISTS" imports them all. In scalar context, the number of known codes or countries is returned. REFERENCES
The 2-letter codes come from the ISO 3166-1:1997 standard [2]. ISO 3166 bases its list of country names on the list of names published by the United Nations. This list is published by the Statistical Division of the United Nations [4]. The UNSD uses 3-letter codes, and numerical codes [5]. The information about old countries [6] and regions [7] also comes from the United Nations. In a few cases, there was a conflict between the way how the United Nations spelled a name, and how ISO 3166 spells it. In most cases, is was word order (for instance whether The republic of should preceed the name, or come after the name. A few cases had minor spelling variations. In all such cases, the method in which the UN spelled the name was choosen; ISO 3166 claims to take the names from the UN, so we consider the UN authoritative. [1] ISO Maintenance Agency (ISO 3166/MA) http://www.din.de/gremien/nas/nabd/iso3166ma/index.html. [2] Country codes, http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1.html, 7 September 1999. [3] ISO 3166-3, Code for formerly used country names. http://www.din.de/gremien/nas/nabd/iso3166ma/info_pt3.html. [4] United Nations, Statistics Division. http://www.un.org/Depts/unsd/statdiv.htm. [5] Country or area codes in alphabetical order. http://www.un.org/Depts/unsd/methods/m49alpha.htm, 26 August 1999. [6] Codes added or changed. http://www.un.org/Depts/unsd/methods/m49chang.htm, 26 August 1999. [7] Geographical regions. http://www.un.org/Depts/unsd/methods/m49regin.htm, 26 August 1999. BUGS
Looking up information using country names is far from perfect. Except for case and the amount of white space, the exact name as it appears on the list has to be given. USA will not return anything, but United States will. DEVELOPMENT
The current sources of this module are found on github, <git://github.com/Abigail/geography--countries.git>. AUTHOR
Abigail <mailto:geography-countries@abigail.be>. COPYRIGHT and LICENSE Copyright (C) 1999, 2009 by Abigail Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. perl v5.18.2 2009-04-13 Geography::Countries(3)
All times are GMT -4. The time now is 09:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy