Hello Monks,
Can anyone tell me how to read and write directly to a given memory location in perl.
This is quite trivial in Pascal (from my youth...Ahh) you just create a pointer and directly assign the address to it. It then points to whatever data is at that address thus giving you the power to totally screw up your system. I need to work with a memory mapped device directly and it would be nice to use perl if at all possible and screw up my system the modern way.
Any ideas ?
Thanks, your help is as always highly appreciated ...