Searched defs:inet_daytime (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm18 @EXPORT_OK = qw(inet_time inet_daytime);
85 sub inet_daytime subroutine
104 use Net::Time qw(inet_time inet_daytime);
110 print inet_daytime(); # use default host from Net::Config
111 print inet_daytime('localhost');
112 print inet_daytime('localhost', 'tcp');
128 =item inet_daytime ( [HOST [, PROTOCOL [, TIMEOUT]]])

Completed in 14 milliseconds