http://www.perlmonks.org?node_id=295229

bakunin has asked for the wisdom of the Perl Monks concerning the following question:

Hello all!

I searched CPAN for CSS related modules. 3 came to my attention.
CSS package
CSS::SAC
CSS::Tiny package


I want simple writing and reading via CGI, no fancy stuff. CSS::Tiny is very suitable for this purpose.

But I'd like to hear your thoughts, experiences with CSS and perl. For example, I'm working on LAYOUTs. I want to write a class that manages complicated layout creation. I will define the layout as a matrix, and each element in the matrix will specify a "box" in the web page, and carry specific (CSS and more)information about that box.