Help for this page
my $choice = param('choice') || 1;
my $choice = defined param('choice') ? param('choice') : 1;