http://qs321.pair.com?node_id=272175


in reply to Content management system = perl coming of age ritual?

Guilty. Oh so guilty.

A "module" (no package, no importing, just slurp it all into main) which implemented a some CGI utility functions, a script to do CMS, and a message board script. All bundled together. All ugly.

Module contained a file slurping function, a hand rolled CGI form parser, mostly copied from Matt's Script Archive, a crappy ass templating system (a single regex wrapped in a function) and a terrible totally broken XML parser.

To be honest, it's probably one of the few pieces of code I really *like*. But, like the man said, kill your babies. And I'm better for it

Cheers,
Erik

Light a man a fire, he's warm for a day. Catch a man on fire, and he's warm for the rest of his life. - Terry Pratchet

  • Comment on Re: Content management system = perl coming of age ritual?