http://www.perlmonks.org?node_id=549208


in reply to Re: Bear is driving?
in thread Bear is driving?

that's really odd - do you have GD installed? since it's wrapped in an eval without any error handling it will fail silently.

if you add ||die $! to the end it will tell you what's wrong.(or replace the eval with a print, then run the output with warnings etc).
oh and i changed the link to the output example.
al