Re: QA-esque summary of TPC

2001-07-31 Thread Bryan C . Warnock
o filter out "illegal" tags - tags they weren't supposed to use - but wanted to get them some markup, I did reuse the PODdish inside-out markups for bold, italic, and underlined, which allowed me to filter *all* tags out prior to processing. This isn't a suggestion by any means, just a "here's what I did for this problem." -- Bryan C. Warnock [EMAIL PROTECTED]

Re: Thought

2002-08-30 Thread Bryan C. Warnock
y illegal at the moment :) but probably easy to catch in the > internals and than we've got a new gate to a welth of internal info :) Why not a simple(!) magic hash, or an entire namespace? print $PROC{"memory used"}; print $PROC::memory_used; -- Bryan C. Warnock bwarnock@(gtemail.net|raba.com)