Let's say I know the exact location of a peice of data, so I know how a referance to it will look. Is it possible to actually create a referance by hand? I would do something like this: $ref_foo = ARRAY(0x80d1f04); I have tried this with strings, and it did not work. Thanks