Hello friends,
Anyone can help me to solve my probleum. :-)
--------myscript.pl--------------
#!/usr/local/bin/perl
print "Content-type: image/gif\n\n";
system("/bin/cat xxx.gif");
------------------------------------
when I load it on netscape I can`t see the gif graphic but only the binary code. why?????
Help!!!!!!!