I would like to replace the program "nsrlog" in the savegrp completion notification by a PERL program.
I have already try this script but it doesn't work.
$fic = "test.log";
open (fic, ">$fic"
;
while (<STDIN>)
{
print fic ("$_"
;
}
How can i do that ??
Thanks you for yor help
I have already try this script but it doesn't work.
$fic = "test.log";
open (fic, ">$fic"
while (<STDIN>)
{
print fic ("$_"
}
How can i do that ??
Thanks you for yor help