in reply to
Pointer to a structure in Perl
pack
, look for letter 'P', the pointer is useless (no core func or operator other than
unpack
and syscall will take it) in Perl except for
syscall
. You probably want to read
perlxstut
.
Comment on
Re: Pointer to a structure in Perl
In Section
Seekers of Perl Wisdom