Help for this page

Select Code to Download


  1. or download this
    my @ControlMatrix = (
     [ 1, 2, 1, 0, 0, 1, 2, 1, 1, 2, 1 ], 
    ...
     [ 1, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0 ]
    );
    my @ControlNames = ('Label', 'Textbox', 'Button');
    
  2. or download this
    ( [ 1, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1 ], 
      [ 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1 ],
    ...
      [ 1, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1 ],
      [ 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1 ],
      [ 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1 ] )