view extra/cgi/inst/test_cgi.sh @ 11243:cf9bc1303f12 octave-forge

initial import
author abarth93
date Mon, 19 Nov 2012 20:46:46 +0000
parents
children
line wrap: on
line source

DOCUMENT_ROOT=/var/www QUERY_STRING="x=50%2C1,2&y=1,2,3&len=10&name=test&field=random_field" octave <<EOF
addpath('/home/abarth/Octave/octave-forge/extra/cgi/inst/');

CGI = cgi()
cgi.form.y


EOF