On May 19, 2012, at 9:39 AM, Chris Nehren wrote:
>
> Suggest something like Log::Dispatch(::Syslog) which is battle-tested,
> reasonably solid, and satisfies the syslog requirement (the fact the
> maintainer is pingable via IRC helps a lot, too).
>
Cool, thanks for the tip.
--
To unsubscrib
On Fri, May 18, 2012 at 22:52:10 +0300 , Abid Khwaja wrote:
>
> On May 18, 2012, at 9:21 PM, Shlomi Fish wrote:
>
> > I read the MetaCPAN page for Tie::Syslog and it appears to not had a release
> > since 2002 and it has two open 3-year old bugs. Maybe you should use a
> > better
> > maintained
On May 18, 2012, at 9:21 PM, Shlomi Fish wrote:
> I read the MetaCPAN page for Tie::Syslog and it appears to not had a release
> since 2002 and it has two open 3-year old bugs. Maybe you should use a better
> maintained module. There are plenty in this search:
>
> https://metacpan.org/search?q=s
Hi Abid,
On Fri, 18 May 2012 19:39:39 +0300
Abid Khwaja wrote:
> I’m running Perl 5.8.8 on AIX 6.1.
>
> Given the following:
>
> use Tie::Syslog;
> tie *SENDSYSLOG, 'Tie::Syslog', 'local0.err’;
> select SENDSYSLOG;
> $|++;
> print …
>
> What’s logged to syslog is
I’m running Perl 5.8.8 on AIX 6.1.
Given the following:
use Tie::Syslog;
tie *SENDSYSLOG, 'Tie::Syslog', 'local0.err’;
select SENDSYSLOG;
$|++;
print …
What’s logged to syslog is:
May 18 11:51:39 localhost local0:err|error …
All other logged item
On Fri, May 18, 2012 at 5:07 AM, Rob Dixon wrote:
> On 18/05/2012 02:09, Omega -1911 wrote:
>>
>> On Thu, May 17, 2012 at 7:58 PM, jbiskofski wrote:
>>>
>>> On Thu, May 17, 2012 at 6:46 PM, Omega -1911<1911...@gmail.com> wrote:
While trying to create a script that generates a grap
On 18/05/2012 02:09, Omega -1911 wrote:
On Thu, May 17, 2012 at 7:58 PM, jbiskofski wrote:
On Thu, May 17, 2012 at 6:46 PM, Omega -1911<1911...@gmail.com> wrote:
While trying to create a script that generates a graph, I am at a loss
for a workable solution. What I need to be able to do in th
On 17/05/2012 23:19, Shawn H Corey wrote:
> On 12-05-17 05:24 PM, Chris Stinemetz wrote:
>>
>> push(@fields, $Icell,$Isect,$Ichan,$cfc,$cfcq,$rtd);
>
> # push an anonymous array for each record
> push @fields, [ $Icell,$Isect,$Ichan,$cfc,$cfcq,$rtd ];
>
>> }
>> }
>>
>>
>> my @sorted_fields = sort