Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Ovid (2709)

Ovid
  (email not shown publicly)
http://publius-ovidius.livejournal.com/
AOL IM: ovidperl (Add Buddy, Send Message)

Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.

Journal of Ovid (2709)

Friday August 13, 2004
04:59 PM

Pop quiz

[ #20400 ]

Methinks someone didn't think the XHTML standard through too carefully. Pop quiz: how many of the following input boxes aren't disabled?

  1. <input type="text" />
  2. <input type="text" disabled="disabled" />
  3. <input type="text" disabled="enabled" />
  4. <input type="text" disabled="true" />
  5. <input type="text" disabled="false" />
  6. <input type="text" disabled="bloody stupid language design" />
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.