http://qs1969.pair.com?node_id=43177

Leitchn has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to write a perl script to brute force a substitution cipher.

Before I can start though, I need letter freqency tables. Easy enough, you might say, but I need ones that contain uppercase letters, lowercase letters, and punctuation!

Does anyone have any idea where such may be found?

TIA.