Help for this page

Select Code to Download


  1. or download this
    select(my $read_out = $read_in, undef, undef, $timeout);
    
  2. or download this
    select(my $read_out = $read_in, undef, undef, MINIMUM_TIMEOUT);
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    exit 0;