http://www.perlmonks.org?node_id=783379


in reply to Re^8: Why do poisoned null attacks still work ?
in thread Why do poisoned null attacks still work ?

AFAIK Perl itself is completely safe in this regard, but from XS you can (and in some cases would want to) create scalars that don't comply (for instance, pointing into some larger block of allocated memory).