User:PabloDuboue/Area Chairs Script: Revision history

Jump to navigation Jump 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.

4 July 2015

  • curprev 04:5204:52, 4 July 2015 PabloDuboue talk contribs 1,882 bytes +1,882 Created page with "<pre> #!/usr/bin/perl # I, Pablo Duboue, dedicate this to the Public Domain. use strict; my@rows; my$prev; while(<STDIN>){ chomp; next if($_ eq $prev); $prev =..."