in reply to Re: Using Expressions
in 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
perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'