I want to put a textbox into a HTML web page and a button below that submits the data to a cgi script writen in perl.

How do i post the data in the textbox then make the perl script get that data put it into a string then put the data back out on the screen.

Can you please include all the code.

Thanks all