Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    );
    
    $t->parse($xml);
    
  2. or download this
    endTime => 2016-12-28T23:59:59
    startTime => 2016-09-30T00:00:00
    
  3. or download this
    my @time_limits;
    
    ...
    
    $t->parse($xml);
    print "[$_->[0]], [$_->[1]]\n" foreach @time_limits;
    
  4. or download this
    [2016-09-30T00:00:00], [2016-12-28T23:59:59]