http://www.perlmonks.org?node_id=995575


in reply to Epoch time conversion in CSV

Here is a hint:
print scalar(localtime(1345752662));

             I hope life isn't a big joke, because I don't get it.
                   -SNL

Replies are listed 'Best First'.
Re^2: Epoch time conversion in CSV
by theneil (Novice) on Sep 25, 2012 at 15:42 UTC
    How would I loop through the whole document alerts.csv?
          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