#!/usr/bin/perl -n # chop; ($time,$therest) = split(/\s+/,$_,2); print scalar localtime($time)," $therest\n";