Hello!

I have two arrays:
date1:
13:26:10
13:26:11
13:26:12
13:26:13
13:26:14

date2:
13:26:07.1
13:26:08.1
13:26:09.1
13:26:10.1
13:26:11.1
13:26:12.1
13:26:13.1

I would like to compare rows in array date1 and date2, and the rows that have the same time, I want to see.

I have written the code:
Code:
#!/usr/bin/perl
...