#!/bin/perl $image = `cat imagenameandpath`; print "Content-type: image/png\n\n"; print $image;