Net::Time
time and daytime network client interface
- Provided by: perl-doc (Version: 5.18.2-2ubuntu1.7)
- Source: perl
- Report a bug
time and daytime network client interface
use Net::Time qw(inet_time inet_daytime);
print inet_time(); # use default host from Net::Config
print inet_time('localhost');
print inet_time('localhost', 'tcp');
print inet_daytime(); # use default host from Net::Config
print inet_daytime('localhost');
print inet_daytime('localhost', 'tcp');
"Net::Time" provides subroutines that obtain the time on a remote machine.
Graham Barr <gbarr@pobox.com>
Copyright (c) 1995-2004 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.