Perl isn't C, nor C++. In pure Perl there is absolutely no
way of directly accessing the content of the (virtual) memory.
There are no pointers in Perl - just references. You cannot
take an integer, and treat it like a pointer or a reference. You cannot
add something to a reference and get a new reference.