in reply to Parsing a line of text

G'day TCPDump,

Sounds like you'll need: open, readline, split, Date::Manip, print and close.

Once you have written some code, you may have some follow-up questions. Before asking them here, please read: How do I post a question effectively?

-- Ken

Replies are listed 'Best First'.
Re^2: Parsing a line of text
by TCPDump (Initiate) on Mar 13, 2013 at 17:47 UTC

    Ken

    Thanks for the point in the right direction. That is what I was looking for, some form of starting point which you gave me by telling me what is needed. I had not thought of Date::Manip, so most of the rest of the code should be farly easy...I've used the other commands before in other scripts

    Thanks again...TCP