Posted on 2007-07-16 20:04:31-07
by fernandesin response to 5677
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")'