Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $lookfor;
    ...
    } else {
        $lookfor = "26";
    }
    
  2. or download this
    use strict;
    my $lookfor = ( $line =~ /TC/g ) ? "TC" : "26";