Help for this page
#!/usr/bin/perl do "image.cfg"; ... $image = $image->{$_} for @keys; ERR() unless $image; print CGI::header("image/gif"), $image;