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