Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

net::dns::rr::gpos5.18(3) [mojave man page]

Net::DNS::RR::GPOS(3)					User Contributed Perl Documentation				     Net::DNS::RR::GPOS(3)

NAME
Net::DNS::RR::GPOS - DNS GPOS resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name GPOS latitude longitude altitude'); DESCRIPTION
Class for DNS Geographical Position (GPOS) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. latitude $latitude = $rr->latitude; $rr->latitude( $latitude ); Text string representing latitude as a floating-point number. longitude $longitude = $rr->longitude; $rr->longitude( $longitude ); Text string representing longitude as a floating-point number. altitude $altitude = $rr->altitude; $rr->altitude( $altitude ); Text string representing altitude as a floating-point number. COPYRIGHT
Copyright (c)1997-1998 Michael Fuhr. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC1712 perl v5.18.2 2014-01-16 Net::DNS::RR::GPOS(3)

Check Out this Related Man Page

Net::DNS::RR::SRV(3)					User Contributed Perl Documentation				      Net::DNS::RR::SRV(3)

NAME
Net::DNS::RR::SRV - DNS SRV resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name SRV priority weight port target'); DESCRIPTION
Class for DNS Service (SRV) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. priority $priority = $rr->priority; Returns the priority for this target host. weight $weight = $rr->weight; Returns the weight for this target host. port $port = $rr->port; Returns the port number for the service on this target host. target $target = $rr->target; Returns the domain name of the target host. COPYRIGHT
Copyright (c)1997-2002 Michael Fuhr. Portions Copyright (c)2005 Olaf Kolkman, NLnet Labs. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC2782 perl v5.18.2 2014-01-16 Net::DNS::RR::SRV(3)
Man Page

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

need a help

I have a script as below set -x PROJ="/etltst/GPOS/work_06/QWP/compassCatchUp/" export PROJ ParameterFile="SAG" if ; then EXIT_STATUS=99 fi eval X=`grep "X=" ${PROJ}${ParameterFile}|cut -d "=" -f2` X=`expr $X + 1` EXIT_STATUS=99 if then echo "No files for days=$X >> SAG... (9 Replies)
Discussion started by: Sagarddd
9 Replies

2. Shell Programming and Scripting

Merge 2 text files to one text file side by side

Inquiring minds want to know.... I need to take two files that I have latitude and longitude values and then combine them into one file with the values side by side separated by a space. the first file is temp113-lat.txt and the second is temp113-lon.txt. They each have values listed in the... (15 Replies)
Discussion started by: ahinkebein
15 Replies

3. UNIX for Dummies Questions & Answers

How to get data only inside polygon created by points which is part of whole data from file?

hiii, Help me out..i have a huge set of data stored in a file.This file has has 2 columns which is latitude & longitude of a region. Now i have a program which asks for the number of points & based on this number it asks the user to enter that latitude & longitude values which are in the same... (7 Replies)
Discussion started by: reva
7 Replies

4. IP Networking

[Solved] DNS settings with www and without

I'm no DNS expert, and I'm hoping someone would be able to help me with this issue I'm facing. I have a set of links in the following schema: http://somedomain.com/xyz http://somedomain.com/abc http://somedomain.com/123 and they are pointing to content at: ... (1 Reply)
Discussion started by: DeepakS
1 Replies

5. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

6. UNIX for Dummies Questions & Answers

wget and &

Hi, I'm trying to I'm trying to use wget to grab some data from the IRIS webservice. Basically its a web page that given the latitude and longitude for two points on the earth returns the distance and azimuth between them. Its usage is simple you just input an address as follows, ... (5 Replies)
Discussion started by: davcra
5 Replies

7. Shell Programming and Scripting

Manipulating xyz file with awk-if-else or sed

Hi forum, I am really hoping somebody can please help me here. I have a dataset in xyz format, with longitude as x, latitude as y and data readings as z. eg. 0 90 -8 1 90 23 2 90 -4 etc etc etc What i am looking to do is format the data so that x and y are untouched, however in... (2 Replies)
Discussion started by: shlam16
2 Replies

8. IP Networking

DNS config preventing mail delivery

Hi Please can you help on this: the Net Admins decided to use DNS to resolve names, so this is preventing mail being delivered when using commands like date | mailx -s "test" abc.xyz@asdf.xx.yy. What we were asked was to edit /etc/resolv.confand add 3 entries, in all servers (10 Replies)
Discussion started by: fretagi
10 Replies