From: Jamie C. <jca...@we...> - 2003-06-24 12:46:58
|
On Tue, 2003-06-24 at 20:50, ve...@gm... wrote: > > What does the code in your CGI that uses this Select package look like? > > > > The problem may be that STDOUT for webmin CGI scripts is not actually > > directly connected to the network, but instead is tied to a special perl > > package (miniserv) that interprets HTTP headers before actually sending > > them back to the web browser. > > > > - Jamie > > hm, yes, i think that could be the problem, because for irc a direct a dirct > connection is needed. > i pase the important code. > > [code deleted ..] Try taking out the $sel->add(STDIN); line, since it doesn't seem useful in this case, and is probably causing the problem. - Jamie |