in reply to DateTime and hour 0
Outputs:{ my $x = 10; my $y = 010; print "x = $x\n"; print "y = $y\n"; }
But since you're using 00, that should interpret as numeric zero anyway, so im not sure whats happening.
Thought it might help someone else figure out the whole deal.
|
|---|