Next:
Skip comment lines
Up:
Examples
Previous:
Examples
Contents
Index
Find a word in a string
# # 'Fred' somewhere in $i: # if( $i =~ /Fred/){ ...}