![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: Perl Script to Test Telnet Connectivityby sectokia (Pilgrim) |
on Nov 09, 2022 at 01:44 UTC ( #11148054=note: print w/replies, xml ) | Need Help?? |
If your intention is to simply determine if or not TCP opens on a port (i.e. you don't care about the protocol being transmitted on TCP), this can be done simply with TCP Ping (which just establishes TCP and then closes the connection). Example:
In Section
Seekers of Perl Wisdom
|
|