bachoA4o has asked for the wisdom of the Perl Monks concerning the following question:
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"; . . .
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Display text and image on same page
by haukex (Archbishop) on Jan 11, 2019 at 12:03 UTC | |
Re: Display text and image on same page
by kschwab (Vicar) on Jan 13, 2019 at 15:09 UTC | |
by afoken (Chancellor) on Jan 14, 2019 at 06:45 UTC | |
by kschwab (Vicar) on Jan 14, 2019 at 12:47 UTC | |
Re: Display text and image on same page
by bachoA4o (Sexton) on Jan 13, 2019 at 20:22 UTC | |
by kschwab (Vicar) on Jan 14, 2019 at 20:32 UTC |