Re: This is weird: Pop works but shift doesn't

2005-04-05 Thread N. Ganesh Babu
Dear All, I have to convert these lines into individual part of name information with a single regular expression. Input: B. E. Conway, J. O. M. Bockris B. Conway Output: B.E.Conway J.O. M. Bockris B. Conway Can anybody help me in getting the single regular expression. Thanks for the help. Rega

Re: This is weird: Pop works but shift doesn't

2005-04-05 Thread John W. Krahn
Harold Castro wrote: Hi, Hello, I'm parsing a log file that contains this format: 1112677214 31388202 181264589 1112677214 8843 59460 8843 59460 1112676919 10728 59045 10728 59045 1112676900 10617 59006 10728 59045 1112676600 8693 58389 9531 59661 These logs are in unix timestamp format: I'm tryin

RE: This is weird: Pop works but shift doesn't

2005-04-04 Thread Thomas Bätzler
Harold Castro <[EMAIL PROTECTED]> wrote: > I'm parsing a log file that contains this format: > > 1112677214 31388202 181264589 > 1112677214 8843 59460 8843 59460 > 1112676919 10728 59045 10728 59045 > 1112676900 10617 59006 10728 59045 > 1112676600 8693 58389 9531 59661 > > These logs are in uni

This is weird: Pop works but shift doesn't

2005-04-04 Thread Harold Castro
Hi, I'm parsing a log file that contains this format: 1112677214 31388202 181264589 1112677214 8843 59460 8843 59460 1112676919 10728 59045 10728 59045 1112676900 10617 59006 10728 59045 1112676600 8693 58389 9531 59661 These logs are in unix timestamp format: I'm trying to convert the first