Check imap.pl/code: 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.

10 January 2012

  • curprev 15:0815:08, 10 January 2012David talk contribs 8,219 bytes +8,219 Created page with "<pre> #!/usr/bin/perl -w use strict; use Getopt::Long; use IO::Socket; use IO::Socket::SSL; use Pod::Usage; my $warn = 3; # seconds my $crit = 5; # seconds my $user; my $pwf; #..."