Help for this page

Select Code to Download


  1. or download this
        my $sel = new IO::Select $sock;
    
  2. or download this
        require IO::Select;
    
  3. or download this
        my $sel = IO::Select->new($sock);
    
  4. or download this
        my $sel = new($sock->IO::Select());
    
  5. or download this
            use IO::Select;