in reply to Re^2: perl -n seemingly eating a line of input
in thread perl -n seemingly eating a line of input

If you want to do -e '@a=<>;' and get all the lines, simply don't use -n.