Help for this page

Select Code to Download


  1. or download this
    <!-- image.html -->
    <img src="/cgi-bin/view_image.pl?image=123">
    
  2. or download this
    #!/usr/bin/perl
    # view_image.pl
    ...
      print $image_blob;
      exit;
    }