#!/usr/local/bin/perl # send biclulym file as application-octet # Copyright (c) 2000 by John Aach and the President and Fellows of Harvard University # created: 04/27/2000 by John Aach print "Content-type: application/octet-stream\n\n"; print `cat biclulymPGM`; exit(0);