1Test::TCP::CheckPort(3)User Contributed Perl DocumentatioTnest::TCP::CheckPort(3)
2
3
4
6 Test::TCP::CheckPort - check if a port is open from command line
7
9 $^X -MTest::TCP::CheckPort -echeck_port 8080
10
12 This is a wrapper for Net::EmptyPort which checks if a given port is
13 open, from the command line argument (@ARGV). Because it works with
14 port numbers in the argument list, you don't need to quote it when
15 running with the perl executable.
16
18 Test::TCP Net::EmptyPort
19
20
21
22perl v5.32.1 2021-01-27 Test::TCP::CheckPort(3)