Re: calling methods within EmbperlObject (was: Possible bug with EmbperlObject and [$ sub $])

2000-12-19 Thread Gerald Richter
Neil, I think what you need here is to use Perl methods instead of plain functions. EmbperlObject bless's the Embperl Request Object into the package of the current calling page, so you are able to call the correct subroutine by using the method call syntax. (and you don't need to import anything

Re: A strange array .. bug?

2000-12-19 Thread Gerald Richter
Hi! > > Well, it's not that easy to describe my problem... > > > It don't really matter what I program, because the main problem is just a push into an array. When I call my page nothing happens and it's like a never-ending-loop until I stop apache. If I place a "die" in front of it, the page dies

A strange array .. bug?

2000-12-19 Thread Dennis Plöger
Hi!   Well, it's not that easy to describe my problem...   It don't really matter what I program, because the main problem is just a push into an array. When I call my page nothing happens and it's like a never-ending-loop until I stop apache. If I place a "die" in front of it, the page dies corr