in reply to ASCII Woe

Personally, I don't know if I wouldn't have done the same thing. Not to say it makes any sense, but I'd simply look at a keyboard and say...

Yup... '@' befre '#' before '$' ...

It all makes sense after you do this:
#!/usr/bin/perl use strict; use warnings; print "$_\n" for ( sort qw( a b c d e f g h i j k l m n o p q r s t u +v w x y z A B C D E F G H I J K L M N O P Q R S T U +V W X Y Z 1 2 3 4 5 6 7 8 9 0 ~ ! @ # $ % ^ & * ( ) _ + ` - = [ ] \ ; ' , . / < > ? : " { } | ) );
And then look immediately at a keyboard. You'll be saying:

Yup...

---hA||ta----
print map{$_.' '}grep{/\w+/}@{[reverse(qw{Perl Code})]} or die while ( 'trying' );

Replies are listed 'Best First'.
Re^2: ASCII Woe
by Aristotle (Chancellor) on Mar 03, 2006 at 16:56 UTC

    Which came first, the keyboard layout chicken or the ASCII code order egg?

    Makeshifts last the longest.

      Typewriters predate digital computers

      emc

      " When in doubt, use brute force." — Ken Thompson