Help for this page
foreach my $key ( @expectedVars ) { print $query->param( $key ); }
if( $query->param( 'agreed' ) eq 'yes' ) { ... { ... }