in reply to XWindows in Perl
See CGI.pm and related CGI:: modules for how to handle form data.exit if $ENV{'HTTP_REFERER'} !~ /^https:/;
EDIT: If what you want is an interface between the web browser and unix shell, bypassing Apache or other web server software entirely, then ignore this post.
|
|---|