Re: Logger messages getting stuck in a buffer somewhere?

From: Barry Margolin (barmar_at_alum.mit.edu)
Date: 01/22/05


Date: Fri, 21 Jan 2005 22:09:31 -0500

In article <csrs5b$9rc$1@aplcore.jhuapl.edu>,
 "Karen Wieprecht" <karen.wieprecht@jhuapl.edu> wrote:

> Hi,
> I wrote a perl script to process audit data into something a human can make
> sense of and then log it to syslog via the "logger" command.

Isn't there a Syslog:: module that would allow you to do this
programmatically, instead of calling an external program?

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


Relevant Pages

  • Re: How to start some file as Perl script argument?
    ... I want start perl script with XLS document as argument. ... I want star it with click on Excel document, How to do it in Windows OS? ... then you should have asked how to run an external program. ...
    (comp.lang.perl.misc)
  • How to time out a forked command but still see output?
    ... If too much time expires, perl script exits, ... redirects all output of external program to some file. ... I also tried something like redirecting CMD to STDOUT but when I do ...
    (comp.lang.perl.misc)
  • Re: Logger messages getting stuck in a buffer somewhere?
    ... > messages to come into the system log in a timely manner. ... > particular problem was better directed at the perl a perl newsgroup (but no ... with your system's syslogd or syslogfunction, ... instead of calling an external program? ...
    (comp.unix.questions)
  • Re: asynchronous system shell?
    ... >> I have a perl script that is run on the web, that in turn, calls ... >> I can get the script to work, but the perl insists on waiting for the ... >> external program to complete before completing the script. ... Not all servers are open to the whole wild world. ...
    (comp.lang.perl.misc)
  • Re: external program
    ... In article, Alex Lee ... > Basically I need to access another program/script from my perl script. ... > basically I need the external program to accept my input: ... Look at 'perldoc perlipc' and search for 'Bidirectional Communication ...
    (comp.lang.perl.misc)