NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:
&PopulateEventDropDown(@EventList,$eventChoice); [download]
PopulateEventDropDown($eventChoice, @EventList); [download]
my $eventChoice = shift; my @Records = @_; [download]
my ($eventChoice,@Records) = @_; [download]