At 09:43 PM 8/1/00 +0000, Nick Ing-Simmons wrote:
>Nor am I sure that the XS API is not one of the things I would not
>have near top of the list for "internals cleanup":
>
>PUSHMARK;
>XPUSHs(sv_2mortal(newSVpv('DeepThought'));
>XPUSHs(sv_2mortal(newSViv(42));
>PUTBACK;
>count = perl_call_method("Consider",G_EVAL);
>SPAGAIN;
>if (count >= 1) {
>  answer = SvIV(POPs));
>}
>
>You _want_ to keep that???

I want to print it out, take it out to the parking lot, drive a stake 
through it, light it on fire, bury the ashes print side down into a silver 
box inside an iron box under a crossroad sprinkled with garlic powder. Then 
I want to do something drastic to it...

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to