Hi,
> SV* perl_get_sv("package::varname", FALSE);
>
>This returns NULL if the variable does not exist.
>
>If you want to know if this variable (or any other SV) is actually
>defined, you can call:
>
> SvOK(SV*)Note that this works for global (package) variables only. Is there a similar way to access lexical variables? Regards, Ferry -- Ing. Ferry Bolhár-Nordenkampf Magistrat der Stadt Wien - MA 14 A-1010 Wien E-mail: [email protected]
