#!/bin/csh echo "Content-type: text/plain" echo "" echo "Thanks for feeding me: " echo $QUERY_STRING #echo "" #echo "After the translation the returned string looks better:" #echo $QUERY_STRING | sed s/+/\ /g