@array has no value from cgi.pm STDIN

Greetings, I have a Website form with 4 checkboxes each with the same name but different values. I use cgi.pm to build an @array from these values but it doesn't seem to be working. The script: use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); use strict; my @services = param('service'); foreach my $choice (@services) {