Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    show_array();
    
    MainLoop;
    
  2. or download this
    @SLIDERVALUES = (0, 0, 0, 0)
    @SLIDERVALUES = (0, 0, 0, 0)
    @SLIDERVALUES = (7, 14, 21, 28)
    
  3. or download this
    @SLIDERVALUES = (0, 0, 0, 0)
    @SLIDERVALUES = (5, 10, 15, 20)
    @SLIDERVALUES = (7, 14, 21, 28)