&PopulateEventDropDown(@EventList,$eventChoice); #### PopulateEventDropDown($eventChoice, @EventList); #### my $eventChoice = shift; my @Records = @_; #### my ($eventChoice,@Records) = @_;
## PopulateEventDropDown($eventChoice, @EventList); ##
## my $eventChoice = shift; my @Records = @_; ##
## my ($eventChoice,@Records) = @_;