Help for this page

Select Code to Download


  1. or download this
        ClientConnected => sub {
          print "got a connection from $_[HEAP]{remote_ip}\n";
    ...
          sysread(INFILE,my $buffer='',65535);               
          $_[HEAP]{client}->put($buffer);     
        },
    
  2. or download this
    package cbcfilter;
    
    ...
    }
    
    1;