[redland-dev] RDF::Redland::Query error
Dave Beckett
dave.beckett at bristol.ac.uk
Mon Dec 20 02:28:33 PST 2004
On Sun, 19 Dec 2004 18:52:45 -0500, Christopher Schmidt <crschmidt at crschmidt.net> wrote:
> The RDF::Redland::Query POD gives the following as the example for a way
> to execute a query:
> my $results=$model->execute($query);
>
> This should be:
> my $results=$query->execute($model);
Yeah, that's a wrong example which I'll fix.
However, you can execute
$results=$model->query_execute($query)
Dave
More information about the redland-dev
mailing list