[plug] loop statement needed

Ryan ryan at is.as.geeky.as
Thu Mar 11 00:06:39 WST 2004


On Wed, 2004-03-10 at 23:51, Russell Steicke wrote:
> A perl version requires a corresponding python version:
> 
>   python -c "for i in range(0,26): print chr(ord('A')+i)"

And in true TIMTOWTDI fashion, another Perl version - without getting
obfuscatious :)

	perl -e 'print join("\n",(A..Z))."\n"'

Ryan





More information about the plug mailing list