in reply to Module Idea

I'd stay away from using standard HTML tags to be parsed by your script. I'd use
classes or comments. This would give you more flexibility. If you use
tags you could use stylesheets to show the tests for any page etc.

Replies are listed 'Best First'.
Re^2: Module Idea
by pileofrogs (Priest) on Aug 31, 2006 at 16:29 UTC

    How does that work? I'm confused. I don't really know what you mean by "classes and comments".

    I like using standard HTML because it's easy to write scripts that generate it.