Hi,
The best way to demonstrate the problem is with this example:
1: $a = 2.01 * 100;
2: print $a,"\n";
// prints: 201
3: print int($a),"\n";
// prints: 200
Now, obviously, Perl is hiding some massive number of 9s after the decimal point at (2). But even though it should be a whole number...
Hi there, i'm having trouble getting struts to access my servlet. I'm running tomcat 4.0.4 on a Solaris 8 SPARC. I don't know if this is more of a Java/JSP question but i'll post it in there as well. When i click submit on the index.jsp page it gives me a 503 service is unavailable. Please help...
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.