gus_jumbled_words.pl


NAME

Jumbled Words Generator


SYNOPSIS

perl gus_jumbled_words.pl --path './morse.txt' --size 120 --othr 5 --numr 7 --back 11 --rand 19 --


DESCRIPTION

Writes out jumbled-words text files suitable for input to Morse code audio generators.


MODULES USED

Getopt::Long File::Stat

Config


COMMAND LINE OPTIONS

Control character-inclusion and randomness behavior of text file generator.

--p[ath]


Valid system file path to input text file. Default = './morse.txt'

--s[ize]

Size of output text file in kB. Default = 120.

--b[ack]

Include random spelling reverals at specified average intervals. Default = 11.

--n[umr]

Include random numeral groups at specified average intervals. Default = 7.

--o[thr]

Include random punctuation at specified average intervals. Default = 5.

--r[and]

Include random gobbledegook at specified average intervals. Default = 19.

--h[elp]

Display basic help/usage message.


AUTHOR

Gan Uesli Starling <gan@starling.us>


COPYRIGHT

Copyright (c) 2015, Gan Uesli Starling, KY8D. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


SCRIPT CATEGORIES

Text Generator