Help for this page

Select Code to Download


  1. or download this
      use IO::Select ;
      
    ...
        print "Read:<$buffer>" ;
      }
    
  2. or download this
      my $timeout = 5 ;
      for(;;) {
    ...
       };
       if ($@ !~ /DIE_ALARM/s) { die $@ }
     }