my %types; for (@fields) { $types{Cheese}++ if /cheese/i; $types{Pepperoni}++ if /pepperoni/i; $types{Sausage}++ if /sausage/i; } my @toppings = sort keys %types;
In reply to Re: CGI script help
by toolic
in thread CGI script help
by negzero7
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |