Firefox(3.5.7) handles differently from others (IE,Opera,Chrome) the following chain of styles, involving the use of background images to show a pushed appearance, when hovering, of a button composed of two images.
The html<span class=button>
<a href="some.htm">
<div...
I need a routine that distinguishes between a number (in decimal representation) and a string that's not a legal number (let's say it returns 1 for a number, 0 otherwise).
As perl treats any string, that starts with a legal number, as a number, the simple solution
$numorstr*1?1:0
doesn't work...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.