#!/usr/bin/perl # send notification here my $gif=`cat null.gif`; print "Content-type: image/gif\n\n$gif";