in reply to CGI Parsing information on URL Bar

All I have noticed that when writing a simple form in CGI.pm when you submit the form the values are passed onto the URL Bar of the browser.
Compare this form to the one you have
#!/usr/bin/perl -w use CGI ':all'; print header, start_html, start_form, textarea(-name => 1), submit, end_form, end_html; __END__
This is the default form action.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.