Sep 30, 1999 #1 m52 Programmer Aug 11, 1999 5 AU i cant for the life ofme get my perl scripts to insert images into my html documents along with text etc. any tips?
i cant for the life ofme get my perl scripts to insert images into my html documents along with text etc. any tips?
Feb 29, 2000 #2 darian Programmer Feb 29, 2000 9 US print "Content-type: text/html\n\n";<br> print qq~<br> my text goes here.<br><br> <img src="myimage.gif"><br> ~; Upvote 0 Downvote
print "Content-type: text/html\n\n";<br> print qq~<br> my text goes here.<br><br> <img src="myimage.gif"><br> ~;