[reply cc'd to list] Kris Seraphine wrote:
> yes it is. unless you have it spelled wrong in the form, i don't see why it shouldn't be working. try doing this: use CGI; use Data::Dumper; my $Q = new CGI; my $ACTION = $Q->param('action') || ''; print "ACTION: ", Dumper($ACTION); and see what you're getting for $ACTION -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]