Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "b: $edits[1][0]\n";
    print "c: $timestamps{x}[0][0]\n";
    print "c: $timestamps{x}[1][0]\n";
    
  2. or download this
    a: 2013-08-18T20:43:40Z
    a: 2013-08-18T20:43:12Z
    ...
    b: 2013-08-18T20:43:12Z
    c: 2013-08-18T20:43:40Z
    c: 2013-08-18T20:43:12Z