Help for this page

Select Code to Download


  1. or download this
           if ($mc_value) {
            print "\t" . ' ' x length $p_value;}
            $mc_value=$line;
            print "\t$mc_value";
    
  2. or download this
         } elsif ($line=~/\bProcessing\s/) {
                $line=~s/\bProcessing\s\d+\.tx\.\d+: //;
                $u_value = $line;
    
  3. or download this
         } elsif ($line=~s/\bProcessing\s\d+\.tx\.\d+: //){
                $u_value = $line;