http://qs321.pair.com?node_id=76114


in reply to Re: Line-counts of perl programs/modules
in thread Line-counts of perl programs/modules

I don't think he wants line numbers on the code, but rather a line count for the code. But... the following will put line numbers in front of each line:

cat -n filename

-ben