Re: POE with IO::Socket

2009-11-02 Thread Brian J. Miller
Someone Something wrote: How about threading? How hard is it? Where can I find a good tutorial? See "Starting Points" on the home page here: http://poe.perl.org/ Also note there is a mailing list specifically for POE related questions where you may get more help. -- Brian J. Miller End Po

Re: POE with IO::Socket

2009-11-01 Thread Someone Something
How about threading? How hard is it? Where can I find a good tutorial? On Sun, Nov 1, 2009 at 8:57 AM, Peter Scott wrote: > On Sat, 31 Oct 2009 23:24:15 -0400, Someone Something wrote: > > > Firstly, I have posted this in perlmonks. No one has replied to me so, I > > have posted here. > > I'm wr

Re: POE with IO::Socket

2009-11-01 Thread Peter Scott
On Sat, 31 Oct 2009 23:24:15 -0400, Someone Something wrote: > Firstly, I have posted this in perlmonks. No one has replied to me so, I > have posted here. > I'm writing a module for IRC just for learning about sockets and perl in > general. I have 200 lines of working code. Now, I am getting to a

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Randal L. Schwartz
> "Michael" == Michael C Davis <[EMAIL PROTECTED]> writes: Michael> At 09:52 AM 3/9/04 -0700, Wiggins d Anconia wrote: >> ... >> a framework for handling time slicing, or event >> programming tasks, or multi-tasking processes Michael> If that's what it is, these terms localize it pretty well

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Michael C. Davis
At 11:32 AM 3/9/04 -0700, Wiggins d Anconia wrote: > ... "famboozled watchamathingie with xanatically whooziewhatsit" on a beginners list ;-)... Oh yeah, since you bring it up about the whooziewhatsit ... -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Wiggins d Anconia
> At 09:52 AM 3/9/04 -0700, Wiggins d Anconia wrote: > > ... > >a framework for handling time slicing, or event > >programming tasks, or multi-tasking processes > > If that's what it is, these terms localize it pretty well for me. "An > event-based framework for handling time-slicing in multitaski

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Michael C. Davis
At 09:52 AM 3/9/04 -0700, Wiggins d Anconia wrote: > ... >a framework for handling time slicing, or event >programming tasks, or multi-tasking processes If that's what it is, these terms localize it pretty well for me. "An event-based framework for handling time-slicing in multitasking processes."

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Wiggins d Anconia
> At 08:54 AM 3/9/04 -0700, Wiggins d Anconia wrote: > >In this case the desire to fork multiple processes and maintain > >bi-directional communication with them becomes a nightmare of dealing > >with forking code, pipes, and all of the other IPC nasties. > >POE::Wheel::Run encapsulates all of t

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Michael C. Davis
At 08:54 AM 3/9/04 -0700, Wiggins d Anconia wrote: >In this case the desire to fork multiple processes and maintain >bi-directional communication with them becomes a nightmare of dealing >with forking code, pipes, and all of the other IPC nasties. >POE::Wheel::Run encapsulates all of that providin

Re: POE [WAS:Re: Forking]

2004-03-09 Thread Wiggins d Anconia
> At 11:08 PM 3/8/04 -0500, Wiggins d'Anconia wrote: > >This is where I do my usual little dance, though untimely as it may be > >in this case, across the stage and say "POE" then exit again as if I was > >still on vacation > > OK, I'll bite. What's so great about POE, and why, oh, why, do

Re: POE

2001-09-18 Thread Alfred Vahau
Hello, I experienced similar error messages and found that the solution involved the following steps: 1. visit www.cpan.org to download the missing module. 2. unarchive the module according to the prescribed instructions and 3. made sure that the module was in the perl directory. So either you