http://qs321.pair.com?node_id=1228392

bachoA4o has asked for the wisdom of the Perl Monks concerning the following question:

Hello , i have a simple script that displays information in table format , and above the the table i want to display graphic (in .png) format. I think my problem is with the header but could not figure how to do it . Here is part of the script :
print "Content-type: text/html\n\n "; print "<html> \n"; print "<head> Network </head>\n"; print "<body>\n"; print "<img src=/var/www/grafika/graphHour.png width=400 height=200>\n +"; print "<table style=width:70%>\n"; print "<tr>\n"; print "<th>Interface</th>\n"; . . .