I test the HTTP::Daemon module,but it didn't output the#!/usr/bin/perl use HTTP::Daemon; use HTTP::Status; $d=HTTP::Daemon->new(LocalAddr=>'localhost',LocalPort=>6666); while(1) { $nd=$d->accept; $nd->send_error(RC_FORBIDDEN); }
Edited 15 Jul 01, 08:45 pm (PDT) by footpad
In reply to Test HTTP::Daemon by Delfer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |