Help for this page

Select Code to Download


  1. or download this
    my $data = read_port();
    
    ...
    do_if_no_match();
    
    # End.
    
  2. or download this
    my $loop_i = 0;
    my $max_i = 100;
    ...
    }
    
    # End.