Public Scratchpad
Download
,
Select Code To D/L
use POSIX qw(strftime); print strftime("The time is %H:%M\n", localtime);
[download]