Generate random latin looking text using text::lorem
Generate 3 paragraphs of Latin looking text:
$ lorem -p 3
Generate 5 Latin looking words:
$ lorem -w 5
Generate a Latin looking sentence:
$ lorem -s 1
lorem is a simple command-line wrapper around the \*(C`Text::Lorem\*(C' module. It provides the same three basic methods: Generate \*(C`words\*(C', generate \*(C`sentences\*(C', and generate \*(C`paragraphs\*(C'.