Re: Helper sub access to Perl stack

2005-09-02 Thread Reinhard Pagitsch
Hello Marvin, Marvin Humphrey wrote: Hello, Reinhard, Thanks for the reply... sorry I did not see it for a few days or I would have responded sooner. No problem. On Aug 29, 2005, at 4:29 AM, Reinhard Pagitsch wrote: I have since solved the problem another way, but while I was doing so I

Re: Helper sub access to Perl stack

2005-09-02 Thread Marvin Humphrey
On Sep 2, 2005, at 12:24 AM, Reinhard Pagitsch wrote: I have since solved the problem another way, but while I was doing so I Can you tell us how you solved it? I think it would be of interest for someone of us. Nothing special. First, I learned to live with some compromises which made

Re: Helper sub access to Perl stack

2005-09-01 Thread Marvin Humphrey
Hello, Reinhard, Thanks for the reply... sorry I did not see it for a few days or I would have responded sooner. On Aug 29, 2005, at 4:29 AM, Reinhard Pagitsch wrote: Book: Extending and Embedding Perl TIM JENNESS SIMON COZENS That looks like the key book all right. The new 2nd edition o

Re: Helper sub access to Perl stack

2005-08-29 Thread Reinhard Pagitsch
Hello Marvin, Marvin Humphrey wrote: Greets, [snipped something] So the question is, how can I give my helper sub access to the Perl stack? Book: Extending and Embedding Perl TIM JENNESS SIMON COZENS The XS functions are (simplified) PUSHs (put something to the stack), POPs (get somethi