Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^2: Epoch time conversion in CSV

by theneil (Novice)
on Sep 25, 2012 at 15:42 UTC ( [id://995577]=note: print w/replies, xml ) Need Help??


in reply to Re: Epoch time conversion in CSV
in thread Epoch time conversion in CSV

How would I loop through the whole document alerts.csv?

Replies are listed 'Best First'.
Re^3: Epoch time conversion in CSV
by blue_cowdawg (Monsignor) on Sep 25, 2012 at 15:47 UTC
        How would I loop through the whole document alerts.csv?

    Dude!,
    The same way you'd loop over any other data set.

    while(my $line=<DATA>){ # stuff goes here. }
    If you wanted to convert the fields and write them back to the log file in question I'd suggest you give a look at Tie::File.


    Peter L. Berghold -- Unix Professional
    Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://995577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-19 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found