Help for this page

Select Code to Download


  1. or download this
    [1, 2, 4, 5, 6, 8, 15];
    
  2. or download this
    [1, 3, 4, 5, 6, 7, 9];
    
  3. or download this
      my @delete = ();
      my @add = ();
    ...
          push @add, $form_id;
        }
      }