- CvSTASH
-
Returns the stash of the CV.
- get_cv
-
Returns the CV of the specified Perl subroutine. If create is set and the
Perl subroutine does not exist then it will be declared (which has the same effect as
saying sub name;). If create is not set and the subroutine does
not exist then NULL is returned.
NOTE: the perl_ form of this function is deprecated.
CV* get_cv(const char* name, I32 create)
|
|
- Nullcv
-
Null CV pointer.
|
|