in reply to Re: sqrt string?
in thread Static typing is mostly a waste of time
$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";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: sqrt string?
by hardburn (Abbot) on Apr 12, 2005 at 16:34 UTC |