$Bill Luebkert wrote:
Todd Morrison wrote:

Hey Everyone,

I am writing a .pl that will grab an image and store it in an array,
i.e.

open (GIFFILE, $filename)

         binmode (GIFFILE);

         @fileData = <GIFFILE>;

close (GIFFILE)

Is there a way to "print" the array to an HTML document (i.e.
display the image), at any trivial point in the HTML document's
body? Any advice/pointers would be super-appreciated.

Why not just send back an IMG tag that points to the GIF ?

Maybe he want to do something like this

<img src="http://www.domain.com/image.pl?img=123456";>

:-)

Petr Vileta, Czech republic
(My server reject all messages from Yahoo and Hotmail. Send me your mail from another non-spammer site please.)



_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to