Help for this page

Select Code to Download


  1. or download this
    use Curses::UI;
    my $cui = new Curses::UI( -color_support => 1);
    
    $cui->{-read_timeout} = 0;
    
  2. or download this
    
    my $last = time;
    ...
            sleep(0.01);
        }
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
            sleep(0.01);
        }
    }