Help for this page

Select Code to Download


  1. or download this
    push(@array,$variable);
    
  2. or download this
    ##### cannot verify error - and Populate Output file#####
       if (@txtfile[$i] =~ /\bcannot verify/) {
        chomp ($errout = @txtfile[$i]);
    ...
        chomp ($errout = @txtfile[$i]);
        push(@outfile,$errout);
       }