in reply to passing user input to script
Please put <code>-Tags around your code, so it can be displayed correctly.
<code> #! /usr/bin/perl # just an example use strict; use warnings; print "Hello World!\n"; </code>
Also have a look at Writeup Formatting Tips. Thanks.
Updated questions and hints which came first to my mind:
You wrote: The script runs a system function and returns data. I am stuck, it returns nothing!
So, what is returning nothing?
Your CGI-Script or the system call?
|
|---|