Baz has asked for the wisdom of the Perl Monks concerning the following question:
This works fine. Now i want to print 2 png images and some text too. Ive had no success though. To print text I added the following two lines just after calling the 3 lines above - but nothing prints out.print header(-type=>'image/png'); binmode STDOUT; print $im->png;
What am I doing wrong?? Im thinking that perhaps all this needs to be embedded in html code - so that i can direct where on the screne various stuff should be displayed.... Thanks.print header; print "hello world";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using GD.pm
by broquaint (Abbot) on May 05, 2002 at 17:06 UTC |