On Sep 20, Theuerkorn Johannes said: >btw, what is the 3D thing in "$n =3D $_;" ? I saw it quite often, but >never knew...
Your mail client doesn't like rendering certain characters. It turns a single apostrophe into "=B4" (that should be an equals sign followed by "B4"), because character 0xB4 is an apostrophe. In the same way, an equals sign is rendered as "=3D" (an equals sign followed by "3D"). -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ ** Look for "Regular Expressions in Perl" published by Manning, in 2002 ** <stu> what does y/// stand for? <tenderpuss> why, yansliterate of course. [ I'm looking for programming work. If you like my work, let me know. ] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
