http://qs1969.pair.com?node_id=141463


in reply to Nothing show up in the browser

This node falls below the community's threshold of quality. You may see it by logging in.

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.