Reinhard Pagitsch said: > What I want is to write in a (global)variable in my .PM from my XS subs. > > Can someone point me to the right place please?
perldoc perlapi search for get_ the relevant ones are get_cv - get the CV of a named subroutine get_hv - get the HV of a named hash get_av - get the AV of a named array get_sv - get the SV of a named scalar -- muppet <scott at asofyet dot org>