@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod1 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
usr
/
local
/
lib
/
perl5
/
5.8.7
/
Net
/
demos
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/perl5/5.8.7/Net/demos/time
#!/usr/local/bin/perl -w use blib; use Net::Time qw(inet_time inet_daytime); print inet_daytime('localhost'); print inet_daytime('localhost','tcp'); print inet_daytime('localhost','udp'); print inet_time('localhost'),"\n"; print inet_time('localhost','tcp'),"\n"; print inet_time('localhost','udp'),"\n";