Help for this page

Select Code to Download


  1. or download this
    use HTTP::Daemon;
    use HTTP::Status;
    ...
    
  2. or download this
    use HTTP::Daemon;
    use HTTP::Status;
    ...
          $c->close;
          undef($c);
      }