From: David Harmon on
On Wed, 02 Apr 2008 00:07:15 +0200 in comp.lang.perl.misc, nntpman68
<news1234(a)free.fr> wrote,
>$err = $tile->Draw( %textopts );
>warn "$err" if "$err";
>
>Produces the message:
>Exception 410: unrecognized option `text' at ./test.pl line 103.

draw "text" is no longer supported in recent versions of
ImageMagick; annotate must be used instead.
From: w.c.humann on
On Apr 2, 12:13 am, nntpman68 <news1...(a)free.fr> wrote:
>
> Perhaps I manage to google for an example, though I didn't get a useful
> hit so far
>

Hope you're using the right search tool in google for code-search,
e.g. like this:

http://www.google.com/codesearch?hl=en&q=%22use+Image%3A%3AMagick%22+%22-%3EAnnotate%22+text%5Cs%2A%3D%3E+lang:perl

Wolfram