#!/bin/csh set JAVA = /usr/local/java/bin/java # Note that we're capturing standard input as the argument # using `cat -` # This corresponds to the POST method in the form, which # doesn't send the data as part of the URL, but rather # as a seperate packet of data which is then directed # to the standard input of the script $JAVA parser3 `cat -`