in reply to
Re: Code counter
in thread
Code counter
verry nice.. I always just do a lazy aproach: cat *.pl | perl -ne 'print unless /^\s*$|^#/;' | wc -l could integrate the pod match and do a lot more with this.. but I am lazy :-P
Comment on
Re: Re: Code counter
In Section
Code Catacombs