Help for this page
$ perl -wlne'eval;print$@if$@ # interactive perl' use Scalar::Util 'dualvar'; ... print 0+$x; 256 # correct numeric value
$x .= "foo"; print 0+$x; ... 259 print $x 259