in reply to Re: eval'ing strange scalar
in thread eval'ing strange scalar
Also, your perl or OS appears to have address space randomization (security feature); some machines return the same numbers every time.perl -e '$_="."; $r=\-d; print $r, "\n", $r + 0, "\n", $$r, "\n";'
It kinda looks to me like 0+\ might be able to distinguish values depending on how they were arrived at.
|
|---|