home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _18b5b04ede4b2fe64c01966f6fa73a64 < prev    next >
Text File  |  2000-03-23  |  3KB  |  91 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Net::DNS::RR::RP - DNS RP resource record</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Net::DNS::RR::RP - DNS RP resource record</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#methods">METHODS</A></LI>
  26.     <UL>
  27.  
  28.         <LI><A HREF="#mbox">mbox</A></LI>
  29.         <LI><A HREF="#txtdname">txtdname</A></LI>
  30.     </UL>
  31.  
  32.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  33.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  34. </UL>
  35. <!-- INDEX END -->
  36.  
  37. <HR>
  38. <P>
  39. <H1><A NAME="name">NAME</A></H1>
  40. <P>Net::DNS::RR::RP - DNS RP resource record</P>
  41. <P>
  42. <HR>
  43. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  44. <UL>
  45. <LI>Linux</LI>
  46. <LI>Solaris</LI>
  47. <LI>Windows</LI>
  48. </UL>
  49. <HR>
  50. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  51. <P><CODE>use Net::DNS::RR</CODE>;</P>
  52. <P>
  53. <HR>
  54. <H1><A NAME="description">DESCRIPTION</A></H1>
  55. <P>Class for DNS Responsible Person (RP) resource records.</P>
  56. <P>
  57. <HR>
  58. <H1><A NAME="methods">METHODS</A></H1>
  59. <P>
  60. <H2><A NAME="mbox">mbox</A></H2>
  61. <PRE>
  62.     print "mbox = ", $rr->mbox, "\n";</PRE>
  63. <P>Returns a domain name that specifies the mailbox for the responsible person.</P>
  64. <P>
  65. <H2><A NAME="txtdname">txtdname</A></H2>
  66. <PRE>
  67.     print "txtdname = ", $rr->txtdname, "\n";</PRE>
  68. <P>Returns a domain name that specifies a TXT record containing further
  69. information about the responsible person.</P>
  70. <P>
  71. <HR>
  72. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  73. <P>Copyright (c) 1997 Michael Fuhr.  All rights reserved.  This program is free
  74. software; you can redistribute it and/or modify it under the same terms as
  75. Perl itself.</P>
  76. <P>
  77. <HR>
  78. <H1><A NAME="see also">SEE ALSO</A></H1>
  79. <P><EM>perl(1)</EM>, <A HREF="../../../../../site/lib/Net/DNS.html">the Net::DNS manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Resolver.html">the Net::DNS::Resolver manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Packet.html">the Net::DNS::Packet manpage</A>,
  80. <A HREF="../../../../../site/lib/Net/DNS/Header.html">the Net::DNS::Header manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/Question.html">the Net::DNS::Question manpage</A>, <A HREF="../../../../../site/lib/Net/DNS/RR.html">the Net::DNS::RR manpage</A>,
  81. RFC 1183 Section 2.2</P>
  82. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  83. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  84. <STRONG><P CLASS=block> Net::DNS::RR::RP - DNS RP resource record</P></STRONG>
  85. </TD></TR>
  86. </TABLE>
  87.  
  88. </BODY>
  89.  
  90. </HTML>
  91.