Help for this page

Select Code to Download


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