sekhar wrote:
Hi All,
Hello,
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..
Have a look at: http://perlmonks.org/?node_id=858942 John -- Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction. -- Albert Einstein -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/