Help for this page
use strict; my $lookfor; ... } else { $lookfor = "26"; }
use strict; my $lookfor = ( $line =~ /TC/g ) ? "TC" : "26";