Help for this page

Select Code to Download


  1. or download this
    my $key;
    
      ...
    
    <select name="$key" size="15" multiple="multiple">
    
  2. or download this
    my $name = "multi";  # Renamed from $key to be less confusing
    
    ...
            print qq{<option value="$key">$key ($val)</option><br />};
        }
    }
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    die sprintf "Users selected:  %s\n", Dumper(\@users);
    
  4. or download this
    *** bambam (106) ****
        barney (102)
    ...
        fred (101)
    *** pebbles (105) ***
        wilma (103)
    
  5. or download this
    Software error:
    
    ...
              'betty',
              'wilma'
            ];