I have a file with the below contents:
After learning everything you've learned so far, you may think you've bingo: got a pretty good foundation in programming Perl, since you'd already be a good way through most of the concepts many other languages entail. endbingo: But if you put down this book today and did nothing else bingo: with Perl beyond what I've already taught you, you'd miss endbingo: thats ok.
I need a Perl regular expression to match the lines "bingo: got a pretty good foundation in" and "bingo: with Perl beyond what I've already taught you"..
In the sense, the word "bingo:followed by a tab, followed by any random set of characters till the end of line".