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