in reply to Re: Using Expressionsin thread Using Expressions
The trick is to use 2 newlines as a separator.
That's called paragraph mode, and there's a command line switch for that:
perl -n00 -E 'print if m/^E/' your-file-here.txt [download]