can`t load image file

David Tahwei Khoo (david@t.soka.ac.jp)
Wed, 18 Sep 1996 17:48:55 +0900


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!!!!!!!