> How can I use Perl to automatically submit the variables without > the user having to click a "submit" button? How else can you tell if the user is done inputting (typing)? Or are you trying to use drop-down/pop-up lists/radio buttons to redirect? That is done with JavaScript. If trying to call a CGI directly with a given set of values, use the GET method: http://www.mydomain.com/mycgi?foo=bar If using JavaScript, use the location property or replace method. -Hao ==== Want to unsubscribe from this list? ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org