Lingua::Pangram

Andrew Wilson andrew at soto.kasei.com
Wed Jan 23 09:56:53 CST 2002


On Wed, Jan 23, 2002 at 03:43:49PM +0000, Wesley Darlington wrote:
> perl -pe'for$i(a..z){/$i/ or$_=""}'

that doesn't match stuff with upper case letters.  But damn impressive
none the less.

perl -pe'for$i(a..z){/$i/i or$_=""}'



More information about the Belfast-pm mailing list