in order to printout output directly to the browser, try including this in
your code:
print "Content-type:text/html\n\n";
print $result;
and put this at the beginning of your script:
use CGI ':standard';
let me know if it helped;)
M
- Original Message -
From: "Gajo Csaba" <[EMA
On 11/10/02 3:07 PM, "Gajo Csaba" <[EMAIL PROTECTED]> wrote:
> Hi, I'm troubled by something I guess is easy to solve.
>
> I have a web site form, with two edit boxed, the user
> should write in two numbers there and the result should be
> their sum. I wrote something like this
>
> sub sum
> {
>