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
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
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