Hi,
I am just a beginner exploring perl and sorry if this is a silly question.
I open a file and split by tab and check for the 11th column string as below:
I am checking whether a string contains a word
chr inside a if loop as below:
- if (($v[10] =~ m/chr/i)) {
-
-
//execute
-
}
How to check if
no chr is present in the string now. It is completely a reversed one. Thanks.