cosmicsoup has asked for the wisdom of the Perl Monks concerning the following question:
What happens is I get an output that looks partially like this:#!/usr/local/bin/perl use GD::Graph::pie; my @data = (['A','O','S','I'],[3,16,12,47]); my $mygraph = GD::Graph::pie->new(200, 200); my $myimage = $mygraph->plot(\@data)->png; print "Content-type: image/png\n\n"; print <<end_html; <html><head><title>Current Stats</title></head> <body> <p align="center"> end_html print $myimage; print <<end_html; </p> </body> </html> end_html
If I remove the HTML content, it works. I've even tried calling it like this:PNG IHDR(q;PLTEVttRNS@f IDATx[K8 N{| +P /^s{$ keJ")I‹]BHaR"(R~^֎@q<x쬰 +k xT>ѭ}Z_/o9‹ΦVZזGܹ\' -3N5riB +qgzH:pkB:t]YԬkǟ5N4ΓgSہZf`g̯mm/ +ZWiw6RS8mHqZ>+-:"GGq-r@YPy4߳V +b'nH\-8G>#_d"9ϧc @"DQb\HT4@Ԑ4 +UQ.Ŭ oŨ$xcK7UeRW3G*›7֬܈@ZnL }
Unfortunately, I get the same response. Any suggestions?<img src=$myimage>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: GD::Graph in HTML
by dragonchild (Archbishop) on Jun 22, 2004 at 20:53 UTC | |
|
Re: GD::Graph in HTML
by hardburn (Abbot) on Jun 22, 2004 at 20:56 UTC | |
|
Re: GD::Graph in HTML
by injunjoel (Priest) on Jun 22, 2004 at 23:19 UTC | |
|
Re: GD::Graph in HTML
by kryberg (Pilgrim) on Jun 22, 2004 at 21:13 UTC | |
|
Re: GD::Graph in HTML
by hossman (Prior) on Jun 23, 2004 at 16:47 UTC | |
|
Re: GD::Graph in HTML
by Anonymous Monk on Mar 03, 2016 at 18:41 UTC |