in reply to Getting date and time from other computer

Hi,

You can use Net::SSH::Perl module. You can ssh to the remote machine in your network and issue the date and time commands.

http://search.cpan.org/dist/Net-SSH-Perl/lib/Net/SSH/Perl.pm

Thanks,
Vishy.

A perl Script without 'strict' is like a House without Roof; Both are not Safe;
  • Comment on Re: Getting date and time from other computer