NAME
Quiq::Net - Allgemeine Netzwerkfunktionalität
METHODS
Klassenmethoden
checkPort() - Prüfe, ob Port belegt ist
Synopsis
$bool = $class->checkPort($host,$port,@opt);
Arguments
Returns
Bool
Description
Prüfe, ob Port $port auf Host $host belegt, also von einem Prozess geöffnet ist. Falls ja, lefere wahr, andernfalls falsch.
VERSION
1.221
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2024 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.