$a = $b = ["abc",123]; print "\$a is $a\n"; $a =~ s/\D+//; print "The decimal value of the address of the array is ",hex($a); print "\n"; print sqrt(hex($a)),"==", sqrt($b),"\n";
In reply to Re^2: sqrt string?
by Anonymous Monk
in thread Static typing is mostly a waste of time
by johnnywang
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |