Help for this page
sub handler { ... showPage (..., \@items2show); ... }
use constant ARRAYX => 3;
sub checkForm { my (..., $items2show_ref) = @_; ... push @??ARRAYX??, $value; ... }