Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $query = CGI->new();
    my @selected = $query->param("listName");
    
  2. or download this
    #### Method: param
    # Returns the value(s)of a named parameter.
    # If invoked in a list context, returns the
    # entire list.  Otherwise returns the first
    # member of the list.