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


in reply to Re: Hex, Localtime and strings
in thread Hex, Localtime and strings

Thank you guys! Worked like a charm! I'm slowly learning :)

Replies are listed 'Best First'.
Re^3: Hex, Localtime and strings
by simatics (Initiate) on Jun 22, 2013 at 14:25 UTC

    I know this is late, but I'll share what worked for me!

    $hexval = hex '51C07405'; print scalar(localtime($hexval));