Re: Logger output behavior not wanted

2005-06-27 Thread Dave Gray
On 6/27/05, Pablo Wolter <[EMAIL PROTECTED]> wrote: > Hi, > > I have some troubles to figuring out by myself a way to add the output > of a script that I run by system function in perl into a logger. The > code I have is: [snip] > print LOG "-- $hostName Database backup\n"; > print LOG "--

Logger output behavior not wanted

2005-06-27 Thread Pablo Wolter
Hi, I have some troubles to figuring out by myself a way to add the output of a script that I run by system function in perl into a logger. The code I have is: #!/usr/bin/perl use Fcntl qw( O_RDONLY O_WRONLY O_CREAT );