#!/usr/local/bin/perl
print "Howdy paint mixer...\r\n";
while (<>) {
	chop;
	print "$_\r\n"
}
