in reply to Re: tkpp fails if images used
in thread tkpp fails if images used

First, I would change the "shebang" line to #!/usr/bin/perl. If you use #!/usr/bin/perl -w, windows will not pay attention to the perl path, but it will understand the -w (use warnings) option. The above is a tip for the future. That is not the problem now.

It is not a problem at all since memo already has use warnings;