Help for this page

Select Code to Download


  1. or download this
      @cmdout = <DDDD>;
    
  2. or download this
    open ( my $dddd_fh, "|-", $BACKUPSTATE );
    my @cmdout = <$dddd_fh>;
    chomp(@cmdout);
    print Dumper(@cmdout);