Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    print Dumper $hashOutput;
    print "Error: $error\n" if ($error);
    
  2. or download this
        -hostname      => NTP Hostname or NTP IP
        -port          => 123 Default or Users choice e.g. 5000
        -RFC4330       => 1
        -clearScreen   => 1
    
  3. or download this
    package Net::SNTP::Client;
    
    ...
    =cut
    
    1;