in reply to Nothing show up in the browser

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: Re: Nothing show up in the browser
by theguvnor (Chaplain) on Jan 25, 2002 at 17:06 UTC
    Just to remind Alex, the reason that it doesn't complain is that $query->center(#other stuff); is a valid method call; but nothing is being done with the return from the "center" method.

    I believe C/C++/Java? programmers would call this a call "in void context".

    This is fixed by printing the results of the method call.