Help for this page

Select Code to Download


  1. or download this
    &PopulateEventDropDown(@EventList,$eventChoice);
    
  2. or download this
    PopulateEventDropDown($eventChoice, @EventList);
    
  3. or download this
     my $eventChoice = shift;
     my @Records = @_;
    
  4. or download this
     my ($eventChoice,@Records) = @_;