Hago lo siguiente:
Using perl Syntax Highlighting
use Net::NTP;
my %response = get_ntp_response();#'127.0.0.1',123);
print ("DEBUG NTP................".%response."\n");
print ("DEBUG NTP................".values(%response)."\n");
print ("DEBUG NTP................".keys(%response)."\n");
my %response = get_ntp_response();#'127.0.0.1',123);
print ("DEBUG NTP................".%response."\n");
print ("DEBUG NTP................".values(%response)."\n");
print ("DEBUG NTP................".keys(%response)."\n");
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4
Y obtengo la siguiente respuesta:
DEBUG NTP................8/16
DEBUG NTP................13
DEBUG NTP................13
-----------------------------------
¿Cómo debo interpretar esto?