#!/usr/bin/perl -w use strict; my @colors = ( [167,45,37,56,65,67,56,78,231,35,142,20,187,137,19,107,117,127,137], # ... [221,245,237,0,0,0,0,0,235,235,145,220,218,146,194,46,133,127,45,32] # ... ); print "Content-type: image/svg+xml\n\n"; open DATA, '; close DATA or warn $!;