Hi All, I am searching regular expression for below problem.
I have a large input file, contains lines of this sort 00:02:58,262 --> 00:03:01,473 00:03:05,561 --> 00:03:07,771 ie. hh:mm:ss,no --> hh:mm:ss,no Problem is here, there is a time difference so I need to set these times in another file. Let say for the above example there is a time difference of 3 sec so the output should be 00:03:01,262 --> 00:03:03,473 00:03:08,561 --> 00:03:10,771 Could you please help me or any pointers will be helpful.. Thanks in advance. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/