Synping.pl: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 March 2021

  • curprev 22:3422:34, 6 March 2021David talk contribs 376 bytes +376 Created page with "<pre> #!/usr/bin/perl use strict; use Net::Ping; my $prot = 'tcp'; my $port = 'smtp'; my $p = Net::Ping->new("syn"); $p->{port_num} = getservbyname($port, $prot); foreach..."