Hi,
The actual code is like this:
($min, $hours) = localtime(2,3);
$now = "$hour" . "$min" # expect to see - $now = "1208"
For minutes equal or greater than 2 digits, it's fine. Only when minutes is less than 2 digits ( < 10).
Any help is appreciated.