in reply to Problem with CGI::Pretty

That is not HTML as far as i know, and according to the manual (How to RTFM), xml or xhtml is not supported (whatever you're using there).

Furthermore, if you examine the CGI::Pretty sourcecode, you'll realize that subroutines are being created dynamically out of tag names, so it's impossible for that to work

perl -e"sub foo:p{'foo:p'};die foo:p" Invalid CODE attribute: p at -e line 1 BEGIN failed--compilation aborted at -e line 1.


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.