Thread gethostbyaddr schlägt fehl (2 answers)
Opened by GwenDragon at 2026-03-12 10:18

haj
 2026-03-12 10:54
#197455 #197455
User since
2015-01-07
599 Artikel
BenutzerIn

user image
Beispiel Für die lokale Loopback-Adresse:
Code (perl): (dl )
1
2
use Socket qw( AF_INET6 inet_pton);
my $hostname = gethostbyaddr(inet_pton(AF_INET6,'::1'),AF_INET6)

Last edited: 2026-03-12 10:55:57 +0100 (CET)

View full thread gethostbyaddr schlägt fehl