Help for this page

Select Code to Download


  1. or download this
    sub serial_finder {
        my @list;
    
  2. or download this
    my $comport = 1;
    my @list;
    ...
        print "running\n";
        foreach my $comlist (@list) {
    ...