- or download this
%sample=
(
...
max=>'8'
}, etc...
);
- or download this
$q = new CGI;
...
-size=>$sample{'login'}{'size'},
-max=>$sample{'login'}{'max'});
- or download this
@report = ('last','first','phone','payment');
...
-max=>$sample{$_}{'max'});
print qq|</td></tr>|;
}