Sep 30, 1999 #1 m52 Programmer Joined Aug 11, 1999 Messages 5 Location 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 Joined Feb 29, 2000 Messages 9 Location 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> ~;