why moose

2017-04-24 Thread Peng Yonghua
Hi, I saw many modules begin to write with Moose. For me I wrote my perl modules most time with OO style, I think perl's native OO works just fine. So why needs moose? thanks. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org h

Re: socket port

2012-08-30 Thread Peng Yonghua
You might take a look at AnyEvent Intro: http://search.cpan.org/~mlehmann/AnyEvent-7.02/lib/AnyEvent/Intro.pod 在 2012-8-30,下午9:46, Chris Stinemetz 写道: > Hello List, > > I am creating a program, where for the first time, I will be reading > in data from a socket port. > > I am a bit confused a