Re: CGI::Application::Plugin::TT

2014-11-13 Thread Andy Bach
On Wed, Nov 12, 2014 at 9:17 AM, Patton, Billy N wrote: > perl -MTemplate -e 1 It doesn't do anything except check that the module "Template" is available via the standard include path (see (capital V): perl -V for the @INC array of paths) "-e 1" is just a script of one char, the digit one, wh

Re: advice about event programming

2014-11-13 Thread Carl Inglis
> > > http://stackoverflow.com/questions/2232471/how-do-i-use-async-programming-in-perl > > http://search.cpan.org/~mlehmann/AnyEvent-7.07/lib/AnyEvent.pm > > > > do you think that AnyEvent is better than POE? since I know nothing about > both I prefer learn the correct one even if it is a little

Re: advice about event programming

2014-11-13 Thread Shlomi Fish
Hi "mailing lists", On Thu, 13 Nov 2014 16:14:17 + mailing lists wrote: > Hi Carl, > > > http://stackoverflow.com/questions/2232471/how-do-i-use-async-programming-in-perl > > http://search.cpan.org/~mlehmann/AnyEvent-7.07/lib/AnyEvent.pm > > > > do you think that AnyEvent is better than

Re: advice about event programming

2014-11-13 Thread mailing lists
Hi Carl, > http://stackoverflow.com/questions/2232471/how-do-i-use-async-programming-in-perl > http://search.cpan.org/~mlehmann/AnyEvent-7.07/lib/AnyEvent.pm > do you think that AnyEvent is better than POE? since I know nothing about both I prefer learn the correct one even if it is a little

Re: advice about event programming

2014-11-13 Thread Carl Inglis
http://stackoverflow.com/questions/2232471/how-do-i-use-async-programming-in-perl http://search.cpan.org/~mlehmann/AnyEvent-7.07/lib/AnyEvent.pm Hope that helps you get started. Good luck. :) Regards, Carl On 13 November 2014 15:44, mailing lists wrote: > Hello all, > > I have a little home

advice about event programming

2014-11-13 Thread mailing lists
Hello all, I have a little home proyect to learn programming using a raspberry with lirc (Lirc::Client), the music player daemon (Net::MPD) and lcdproc ( Net::LCDproc), each component works individually, but now I need glue all this parts and the problem is that I am not sure on how to do it.

Re: CGI::Application::Plugin::TT

2014-11-13 Thread Patton, Billy N
Doing the perlbrew thing now. perl -MTemplate -e 1 returned nothing But I did a sudo cpan Template and it told me it was up to date. Hopefully this perlbrew will help things out. thanks for the info. On Nov 12, 2014, at 8:50 AM, John SJ Anderson mailto:geneh...@genehack.org>> wrote: perl -MTempla