John P. Linderman [Mon, 28 May 2001 09:35:47 +0000 (05:35 -0400)]
Message-Id: <
200105281335.JAA27851@raptor.research.att.com>
p4raw-id: //depot/perl@10257
and C<num> is the number of elements the stack should be extended by.
Now that there is room on the stack, values can be pushed on it using C<PUSHs>
-macro. The values pushed will often need to be "mortal" (See L</Reference Counts and Mortality).
+macro. The values pushed will often need to be "mortal" (See L</Reference Counts and Mortality>).
PUSHs(sv_2mortal(newSViv(an_integer)))
PUSHs(sv_2mortal(newSVpv("Some String",0)))