Help for this page
print MYFILE scalar(localtime(0x506143ca)); # #Prints: Tue Sep 25 00:40:26 2012 #
my $daTime = "0x506143ca"; print MYFILE scalar(localtime($daTime)); ... # #Prints: The default date - something like Jan1 1969 #