Re: Simple Web-site question

2002-11-10 Thread Mariusz
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

Re: Simple Web-site question

2002-11-10 Thread Geoffrey F. Green
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 > { >