http://www.perlmonks.org?node_id=351627


in reply to Re: Re: Re: Need a better way to count input lines
in thread Need a better way to count input lines

OK, BrowserUk, here are the results.
%perl -nle" exit if $. == 15; print unpack 'H*', $_" testdata.txt Illegal variable name.
Hope you can make sense of it ...

-Theo-
(so many nodes and so little time ... )