Re: Log::Log4perl

2008-10-15 Thread Rob Coops
On Wed, Oct 15, 2008 at 9:47 PM, Chas. Owens <[EMAIL PROTECTED]> wrote: > On Wed, Oct 15, 2008 at 06:04, Rob Coops <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I am a little stumped here, I have a nice little application that makes > use > > of Log4perl (which I really like a lot) and now that

Re: Log::Log4perl

2008-10-15 Thread Chas. Owens
On Wed, Oct 15, 2008 at 06:04, Rob Coops <[EMAIL PROTECTED]> wrote: > Hi all, > > I am a little stumped here, I have a nice little application that makes use > of Log4perl (which I really like a lot) and now that all the basic > functionality is in there I have started working on makking things go

Re: variable in perl

2008-10-15 Thread Mr. Shawn H. Corey
On Wed, 2008-10-15 at 12:25 -0400, Telemachus wrote: > On Tue Oct 14 2008 @ 3:58, Rob Dixon wrote: > > Chas. Owens wrote: > > > > > > [...] if for some reason you don't have access to perldoc > > > > Are there any installations of perl that don't include the manual? > > In Debian (and so probab

Re: variable in perl

2008-10-15 Thread Telemachus
On Tue Oct 14 2008 @ 3:58, Rob Dixon wrote: > Chas. Owens wrote: > > > > [...] if for some reason you don't have access to perldoc > > Are there any installations of perl that don't include the manual? In Debian (and so probably many of its children), perl-doc is a distinct package and not inst

Re: parse ini usage results in uninitialized value in concatenation

2008-10-15 Thread Rob Dixon
protoplasm wrote: > I'm attempting to write some code using the Config::INI::Simple > module. When I run the app I get the following: > > Use of uninitialized value in concatenation (.) or string at ./open- > file2.pl line 35. > Use of uninitialized value in concatenation (.) or string at ./open-

Re: variable in perl

2008-10-15 Thread Peter Scott
On Tue, 14 Oct 2008 15:58:58 +0100, Rob Dixon wrote: > Are there any installations of perl that don't include the manual? Yes. Perl 5.8.5 on OS2008 on my handheld Nokia 810. 4GB internal memory; the POD was even stripped from the .pm files included. -- Peter Scott http://www.perlmedic.com/ htt

Log::Log4perl

2008-10-15 Thread Rob Coops
Hi all, I am a little stumped here, I have a nice little application that makes use of Log4perl (which I really like a lot) and now that all the basic functionality is in there I have started working on makking things go a little faster. One of the things is optimizing the way data is fetched (all

Re: Simplest Daemon ?

2008-10-15 Thread Panda-X
Thank you very much!! Yes, and start from this, for a further look up, I found IO::Socket::INET::Daemon does exactly what I want. Simple enough though =) 2008/10/14 Deviloper <[EMAIL PROTECTED]> > IO::Socket::INET does what you want > I guess there are more moduls, with more functionality