in reply to Re: Manipulating C Structures using only Perl
in thread Manipulating C Structures using only Perl

I don't think Perl-only functions allow you to write to arbitrary memory locations. You'd need XS for that.

like PeekPoke or Win32::API

  • Comment on Re^2: Manipulating C Structures using only Perl