- or download this
next unless /Synchronizing started|Synchronizing finished|Summary/;
my @date= m|(\d+)/(\d+)/(\d+)|;
- or download this
my @date;
if (@date = m{(\d+)/(\d+)/(\d+)}) {
...
}
- or download this
my %times;
my $job;
...
}
}
print Dumper(\%times); use Data::Dumper;