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 "--
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 );