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 ? You need a clearer desc. of the problem at hand. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
