Help for this page

Select Code to Download


  1. or download this
    my $d = HTTP::Daemon->new( 'LocalPort' => $port,
                     'ReuseAddr' => 1 );
      print STDERR "DataServer::new: <URL:", $d->url, ">\n";
    
      my $sel = new IO::Select($d);
    
  2. or download this
     print $self "Date: ", time2str(time), $CRLF;