source: trunk/essentials/dev-lang/perl/lib/Net/demos/time

Last change on this file was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 309 bytes
Line 
1#!/usr/local/bin/perl -w
2
3use blib;
4use Net::Time qw(inet_time inet_daytime);
5
6print inet_daytime('localhost');
7print inet_daytime('localhost','tcp');
8print inet_daytime('localhost','udp');
9
10print inet_time('localhost'),"\n";
11print inet_time('localhost','tcp'),"\n";
12print inet_time('localhost','udp'),"\n";
13
Note: See TracBrowser for help on using the repository browser.