This sounds to me a bit like the BASIC programmer's classic question: Why is there no 'PEEK/POKE' command in Perl?
Perl tries to get away from hardware issues where at all possible by using automagical tricks like assigning memory for you and vivification. You worry about the problem let Perl deal with the hardware end.