Help for this page

Select Code to Download


  1. or download this
    print q{<img src="/cgi-bin/imgserv.pl">};
    ...
    
  2. or download this
    # suppose you have read() an immage into $image_data
    # and image type is jpeg...
    ...
    #not needed on more serious platforms :-)
    print $image_data;