Text-Statistics-Latin - Re: Is it possible to use Text::Statistics::Latin in only one shell line?

Posted on Mon Jul 16 23:04:31 2007 by fernandes in response to 5677 (See the whole thread of 2)
Re: Is it possible to use Text::Statistics::Latin in only one shell line?
Yes, it is possible:
perl -MText::Statistics::Latin -e 'LATIN("NUMBER")' #replace NUMBER by the numbre of files you will analyse plus 1, i.e., if you are going to scan 10 files, write:
perl -MText::Statistics::Latin -e 'LATIN("11")'

Acknowledgements on this tip to Nelson Ferraz!
Write a response