in reply to Re: pp missing module error
in thread pp missing module error

Thanks for the idea. I just tried it again with use GD::Image; as well ... same error.

I know there's an answer out there somewhere!

Replies are listed 'Best First'.
Re^3: pp missing module error
by Marshall (Canon) on May 27, 2020 at 20:21 UTC
    Just to be clear, you tried with BOTH: use GD; and use GD::Image?
    Of course, you should have at least use Tk; as well.