in reply to
find string in file
Version followed by 0 or more whitespace :
then *
perl -ne 'print if /version [ ]* = /xi' myFile
PooLpi
'Ebry haffa hoe hab im tik a bush'. Jamaican proverb
Comment on
Re: find string in file
Download
Code
In Section
Seekers of Perl Wisdom