Hi folks,
I'm putting together simple script for doing dumps. I have the command running but I
can't get the output to write to my log file.
I keep getting errors and have tried several things and none of it works. Please help.
Here is a sample of what I'm doing :
while ( my $line = <IN>){
(system `ufsdump 0uf /dev/rmt/0n $line`);
print FILEOUT $_;
I already have my filehandles defined. I'm not sure what is wrong.
Thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]