Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
            print "Total Volume Failed to Resolve in $file: $count\n";
        }
    }
    
  2. or download this
    if ($line =~ /Total/ and $line != /failed/){
        print "$line\n";
    }