#!/usr/local/bin/perl5.00503 $mapath="/home/toyoda/WWW/maplot"; system("/home/toyoda/tmp/GMT3.4.2/bigmaplot.pl $mapath/bigk.eps 1"); system("/usr/local/bin/convert $mapath/bigk.eps $mapath/bigk.png 2>/dev/null"); print "Content-Type: text/html\n\n"; print "\n"; exit;