AW: regex for html img... tags

2002-03-20 Thread Pense, Joachim



[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

 Frankly, I doubt that's true. There's a obfuscated C contest, but that
 doesn't make people think C is inherently obfuscated.

People *do* think it is. 

 Abigail

Joachim



Re: AW: regex for html img... tags

2002-03-20 Thread Bernard



On Wed, 20 Mar 2002, Pense, Joachim wrote:

 [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

  Frankly, I doubt that's true. There's a obfuscated C contest, but that
  doesn't make people think C is inherently obfuscated.

 People *do* think it is.

  In my experience the single most confusing aspect of Perl to beginners
is the need to use $, @, and % in front of variable names. They don't see
the beauty in it and some get downright angry when they learn that to
access an array element you have to use $array[2] instead of @array[2], or
to access a hash element you'd use $hash{key} instead of %hash{key}.
  The regular expressions don't help much either. :-)


Cheers,
Bernard
--
echo 42|perl -pe '$#=Just another Perl hacker,'




Re: AW: regex for html img... tags

2002-03-20 Thread Randal L. Schwartz

 Bernard == Bernard  [EMAIL PROTECTED] writes:

Bernard They don't see the beauty in it and some get downright angry
Bernard when they learn that to access an array element you have to
Bernard use $array[2] instead of @array[2], or to access a hash
Bernard element you'd use $hash{key} instead of %hash{key}.

And how angry will *we* be, when we've got to relearn that the way
they wanted it to work is the way it *does* work in Perl6!

:-)

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[EMAIL PROTECTED] URL:http://www.stonehenge.com/merlyn/
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!