Help for this page

Select Code to Download


  1. or download this
    use HTTP::Daemon::SSL;
    use HTTP::Status;
    ...
      $c->close;
      undef($c);
    }
    
  2. or download this
    use Net::Daemon::SSL;
    package MyDaemon;
    ...
    # you can use --help command line key
    $daemon || die "error create daemon instance: $!\n";
    $daemon->Bind();