Do you use the basic blue Perl Monks theme? If so, I'm not surprised you made the error: it's really difficult to tell whether you're logged in or not. This is one of the benefits of using an alternate theme.
This makes it really easy to spot when someone sneaks, for instance, a http://perlmonks.com/ link past you: if you click on it, the site reverts back to the default blue, so you know you can't be logged in.
And of course these days, you're not even limited to the basic flavours, you can either tweak them with CSS inclusions hosted on the site (see your user settings) or either write your own stylesheet or use someone else's (or use someone else's as a basis for bootstrapping your own). This has to be hosted on another machine, but that shouldn't be much of a problem in this day and age.
print@_{sort keys %_},$/if%_=split//,'= & *a?b:e\f/h^h!j+n,o@o;r$s-t%t#u'
| [reply] |
That explains it completely. I suspected the problem lay inside how I was expecting the float to be evaled by the
perl version of sprintf (given that the int operator will floor() the value). I'll pass the information on to my coworker.
Thanks again. | [reply] |