Help for this page
&PopulateEventDropDown(@EventList,$eventChoice);
PopulateEventDropDown($eventChoice, @EventList);
my $eventChoice = shift; my @Records = @_;
my ($eventChoice,@Records) = @_;