in reply to Re^2: Epoch time conversion in CSV
in thread Epoch time conversion in CSV
Dude!,
The same way you'd loop over any other data set.
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.while(my $line=<DATA>){ # stuff goes here. }
|
|---|