Help for this page

Select Code to Download


  1. or download this
    # there must be a better way for this.
    sub board0_Click {set_clip(1);1;}
    ...
    sub board2_Click {set_clip(3);1;}
    sub board3_Click {set_clip(4);1;}
    sub board4_Click {set_clip(5);1;}
    
  2. or download this
    use vars '$AUTOLOAD';
    
    ...
    
       set_clip($numb);
    }