| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
CSS::Croco::Term::Ident - identifier
Some fixed identifiers (like center, inline)
Andrey Kostenko (), <andrey@kostenko.name>
Rambler Internet Holding
06.11.2009 20:41:38 MSK
| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
package CSS::Croco::Term::Ident; use utf8; use strict; use warnings; our @ISA = qw(CSS::Croco::Term); 1; __END__
use strict; use warnings;