| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
CSS::Croco::Term - value of CSS property
Abstract class, do not used directly
Returns value
Returns string representation of value
Andrey Kostenko (), <andrey@kostenko.name>
Rambler Internet Holding
03.11.2009 02:47:42 MSK
| CSS-Croco documentation | Contained in the CSS-Croco distribution. |
package CSS::Croco::Term; use utf8; use strict; use warnings; 1; __END__
use strict; use warnings;