| |
|
Back to Index
|
- cv_const_sv
-
If cv is a constant sub eligible for inlining. returns the constant value
returned by the sub. Otherwise, returns NULL.
Constant subs can be created with newCONSTSUB or as described in perlsub/"Constant
Functions".
- newCONSTSUB
-
Creates a constant sub equivalent to Perl sub FOO () { 123 } which is
eligible for inlining at compile-time.
CV* newCONSTSUB(HV* stash, char* name, SV* sv)
|
|
- newXS
-
Used by xsubpp to hook up XSUBs as Perl subs.
|
|
|
|
|
© 2002-2004 Active-Venture.com
Web Site Hosting
Service
|
|
|
|
 |
|
[ Usenet is like a herd of performing elephants with diarrhea; massive, difficult to redirect, awe-inspiring, entertaining, and a source of mind-boggling amounts of excrement when you least expect it.
] |
|
|
|
|
| |
|
Disclaimer: This
documentation is provided only for the benefits of our web hosting customers.
For authoritative source of the documentation, please refer to http://www.perldoc.com
|
|
|