- or download this
use Class::CGI
handlers => {
customer => {
...
my $cgi = Class::CGI->new;
my $cust = $cgi->param('customer');
my $zip = $cgi->param('zip');
- or download this
use Class::CGI
profiles => $profile,
use => 'customer';
- or download this
use Class::CGI
profiles => $profile,
from_param => '__PROFILE__';