Help for this page

Select Code to Download


  1. or download this
    $Images{"SomeDB.Auction.image"} = "id_lot=?";
  2. or download this
    #!/usr/bin/perl
    do "image.cfg";
    ...
    $image = $image->{$_} for @keys;
    ERR() unless $image;
    print CGI::header("image/gif"), $image;