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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Net::Time - time and daytime network client interface</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::Time - time and daytime network client interface</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="#author">AUTHOR</A></LI>
  26.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  27. </UL>
  28. <!-- INDEX END -->
  29.  
  30. <HR>
  31. <P>
  32. <H1><A NAME="name">NAME</A></H1>
  33. <P>Net::Time - time and daytime network client interface</P>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. <LI>Windows</LI>
  41. </UL>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <PRE>
  45.     use Net::Time qw(inet_time inet_daytime);
  46. </PRE>
  47. <PRE>
  48.  
  49.     print inet_time();          # use default host from Net::Config
  50.     print inet_time('localhost');
  51.     print inet_time('localhost', 'tcp');</PRE>
  52. <PRE>
  53.  
  54.     print inet_daytime();       # use default host from Net::Config
  55.     print inet_daytime('localhost');
  56.     print inet_daytime('localhost', 'tcp');</PRE>
  57. <P>
  58. <HR>
  59. <H1><A NAME="description">DESCRIPTION</A></H1>
  60. <P><CODE>Net::Time</CODE> provides subroutines that obtain the time on a remote machine.</P>
  61. <DL>
  62. <DT><STRONG><A NAME="item_inet_time">inet_time ( [HOST [, PROTOCOL [, TIMEOUT]]])</A></STRONG><BR>
  63. <DD>
  64. Obtain the time on <CODE>HOST</CODE>, or some default host if <CODE>HOST</CODE> is not given
  65. or not defined, using the protocol as defined in RFC868. The optional
  66. argument <CODE>PROTOCOL</CODE> should define the protocol to use, either <CODE>tcp</CODE> or
  67. <CODE>udp</CODE>. The result will be a time value in the same units as returned
  68. by <A HREF="../../../lib/Pod/perlfunc.html#item_time"><CODE>time()</CODE></A> or <EM>undef</EM> upon failure.
  69. <P></P>
  70. <DT><STRONG><A NAME="item_inet_daytime">inet_daytime ( [HOST [, PROTOCOL [, TIMEOUT]]])</A></STRONG><BR>
  71. <DD>
  72. Obtain the time on <CODE>HOST</CODE>, or some default host if <CODE>HOST</CODE> is not given
  73. or not defined, using the protocol as defined in RFC867. The optional
  74. argument <CODE>PROTOCOL</CODE> should define the protocol to use, either <CODE>tcp</CODE> or
  75. <CODE>udp</CODE>. The result will be an ASCII string or <EM>undef</EM> upon failure.
  76. <P></P></DL>
  77. <P>
  78. <HR>
  79. <H1><A NAME="author">AUTHOR</A></H1>
  80. <P>Graham Barr <<A HREF="mailto:gbarr@pobox.com">gbarr@pobox.com</A>></P>
  81. <P>
  82. <HR>
  83. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  84. <P>Copyright (c) 1995-1998 Graham Barr. All rights reserved.
  85. This program is free software; you can redistribute it and/or modify
  86. it under the same terms as Perl itself.</P>
  87. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  88. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  89. <STRONG><P CLASS=block> Net::Time - time and daytime network client interface</P></STRONG>
  90. </TD></TR>
  91. </TABLE>
  92.  
  93. </BODY>
  94.  
  95. </HTML>
  96.