Help for this page

Select Code to Download


  1. or download this
    while (<STDIN> or <TNIN>) {
       if (we_read_from_STDIN()) {
    ...
          print STDOUT do_that($_);
       }
    }
    
  2. or download this
    use IO::Select qw( );
    
    ...
          }
       }
    }
    
  3. or download this
    use IO::Select qw( );
    
    ...
          }
       }
    }