Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::dri::data::contact::asia(3pm) [debian man page]

Net::DRI::Data::Contact::ASIA(3pm)			User Contributed Perl Documentation			Net::DRI::Data::Contact::ASIA(3pm)

NAME
Net::DRI::Data::Contact::ASIA - Handle .ASIA contact data for Net::DRI DESCRIPTION
This subclass of Net::DRI::Data::Contact adds accessors and validation for .AERO specific data. METHODS
The following accessors/mutators can be called in chain, as they all return the object itself. cedcc() Stores the CED Country Code. cedsp() Stores the CED State/Province. cedcity() Stores the CED City. cedetype() Stores the CED Legal Entity Type. cediform() Stores the CED Identification Form. cedinum() Stores the CED Identification Number. cedothertype() Stores the CED other legal entity type. cedoiform() Stores the CED other identification form. SUPPORT
For now, support questions should be sent to: <netdri@dotandco.com> Please also see the SUPPORT file in the distribution. SEE ALSO
http://www.dotandco.com/services/software/Net-DRI/ AUTHOR
Tonnerre Lombard <tonnerre.lombard@sygroup.ch> COPYRIGHT
Copyright (c) 2007,2008 Patrick Mevzek <netdri@dotandco.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the LICENSE file that comes with this distribution for more details. perl v5.10.1 2010-03-25 Net::DRI::Data::Contact::ASIA(3pm)

Check Out this Related Man Page

Net::DRI::Data::Contact::ARNES(3pm)			User Contributed Perl Documentation		       Net::DRI::Data::Contact::ARNES(3pm)

NAME
Net::DRI::Data::Contact::ARNES - Handle .SI contact data for Net::DRI DESCRIPTION
This subclass of Net::DRI::Data::Contact adds accessors and validation for .SI specific data. METHODS
The following accessors/mutators can be called in chain, as they all return the object itself. maticna() stores maticna stevilka (organization id) emso() stores EMSO (individual id) SUPPORT
For now, support questions should be sent to: <netdri@dotandco.com> Please also see the SUPPORT file in the distribution. SEE ALSO
http://www.dotandco.com/services/software/Net-DRI/ AUTHOR
Patrick Mevzek, <netdri@dotandco.com> COPYRIGHT
Copyright (c) 2008,2009 Patrick Mevzek <netdri@dotandco.com>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the LICENSE file that comes with this distribution for more details. perl v5.10.1 2010-03-25 Net::DRI::Data::Contact::ARNES(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Handling Unit Seperator Delimeter

Hi, We have a file with a unit seperator as the delimeter. Here are the Sample lines from the file: ASIA/PACIFICHong KongFX2007071080900 ASIA/PACIFICHong KongFX2007071080900/ 800129HK This delimeter has the ascii value of \037. I have to... (4 Replies)
Discussion started by: sviswana
4 Replies

2. Shell Programming and Scripting

file format

Hi frnds, I have files in the following format A1234567-02092008-0123-CED-0000000-23 A - any single alphabate 1234567 - any numerical number 02092008 - DDMMYYYY 0123 - HHMM CED - three alphabate. 0000000 - any numeric value. 23 - any numeric value. note: there is no "-" between A... (6 Replies)
Discussion started by: clx
6 Replies

3. Shell Programming and Scripting

Suggestions for converting a file

I am trying to convert a list of information that has 6 or 7 lines in it, into a delimited file. The file looks like this: Company Contact Address City, St, Zip Phone email website (optional) <blank line b/t records> I would like the output to be: Company,Contact,Address,City, St,... (7 Replies)
Discussion started by: goldie363
7 Replies

4. Shell Programming and Scripting

Get data from delimited file

Hi, I am quite new to shell scripting in Linux. Please help me in solving the given problem. I have file called Data.txt File "Data.txt" looks like India|9990000|City England|888800|London Nigeria|9887766|uganda I need to get the data after first pipe till second pipe into file... (2 Replies)
Discussion started by: ashu_r2001
2 Replies

5. UNIX for Dummies Questions & Answers

awk to parse a directory name?

Hi, I have a directory file name: /auto/space/user/jen/CED/CED_01MZ/visit1/DCE_2eco/016/echo1 I would like to just get the following outputs into variables such that: variable1 = /auto/space/user/jen/CED/CED_01MZ/visit1/ and variable2 = DCE_2eco/016/echo1 I've tried it with... (2 Replies)
Discussion started by: nixjennings
2 Replies

6. Shell Programming and Scripting

Data validation engine

Generic Data validator Data file: Name,Sal,Dept ABC,1234,D1 AYX,12356,D2 DHF,345,ED3 123,4565,FGJG Config File: Delimiter-"," Rule1-Name- Rule2-Sal- Rule3-Dept-* Can be used to match any regex including date different format and numbers. (3 Replies)
Discussion started by: dikesm
3 Replies

7. Cybersecurity

SSL Certificate Stores

Hey everyone, I'm trying to get a lay of the land for OS and Application Certificate Stores. Can someone confirm that I have this concept right? If the application you're using say Firefox has it's own trusted CA store, it uses that exclusively. So if you're running firefox in Windows, Firefox... (4 Replies)
Discussion started by: Lost in Cyberia
4 Replies

8. UNIX for Dummies Questions & Answers

Print lines meet requirement

Dear Masters, I have 2 files input below file1 8269229289|CROATIA|LUX 8269229412|ASIA|LUX 8269229371|EUROPE|LUX 8269229355|LANE|LUX 8269229469|SWISS|LUX 8269229477|HAMBURG|LUX 8269229484|EGYPT|LUX 8269229485|GERMANY|LUX 8269229498|CROATIA|LUX File2 8269229289|1100100020... (6 Replies)
Discussion started by: radius
6 Replies

9. Shell Programming and Scripting

Cross Tab

I need help to do cross tab file input 20160101|ASIA|CHINA|2000 20160101|ASIA|INDIA|3000 20160102|ASIA|CHINA|4000 20160103|ASIA|CHINA|2000 20160103|AFRIKA|ZAMBIA|2000 20160104|ASIA|CHINA|5000 expected output CONTINENT|NATION|20160101|20160102|20160103|20160104... (1 Reply)
Discussion started by: radius
1 Replies