in reply to Re: perl bot problems
in thread perl bot problems

Isn't there another way using vec() select()? I found some other perl irc bots and they all seem to use some form of select() or IO::Select??

Replies are listed 'Best First'.
Re: Re: Re: perl bot problems
by abstracts (Hermit) on Aug 11, 2001 at 00:11 UTC
    Hello again

    I suggest that you start with the basics first. IO::Select and select are only used when you need to handle multiple connections at the same time. Write your simple bot that does one thing first, add features as you go. Read the docs carefully. Just because someone used select does not mean that you should. Know why you need it before deciding that you do. After reading all the docs, understanding them, hanging them in your bathroom, then if you get stumbled, ask again :-) I think it's simple :-)

    Aziz,,,