Help for this page

Select Code to Download


  1. or download this
    my %Data = getData(
            UserID => $UserID,
            QueueID => 0,
            ShownQueueIDs => \@QueueIDs,
        );
    
  2. or download this
    sub getData{
        print "getDatais called\n";
    ...
            my %Param = @_;
        return;
    }