#!/usr/local/bin/jconsole query_string =: getenv 'QUERY_STRING' parsed_query =: < ;. _2 query_string , '&' inputs =: (3 : ' (< ;. _2) y. , ''=''') " 1 > parsed_query get_field =: 3 : ' > 1 { ((, 1 {. " 1 inputs) i. < ,y.) { inputs' system =: 2 !: 0 header =: 0 : 0 Content-type: text/html The Computer Science Department

Trinity University Computer Science


) footer =: 0 : 0

Site Index
Comments or Suggestions
Computer Science Department
Trinity University
715 Stadium Drive
San Antonio, Texas 78212-7200
voice: (210) 999-7480
fax: (210) 999-7477

) trailer =: 0 : 0 ) stdout header stdout 0 : 0
)

echo query_string
echo parsed_query
echo inputs
echo get_field 'first'
echo get_field 'mi'
echo get_field 'last'

stdout 0 : 0
) stdout footer stdout trailer exit 0