I am asked to make a form that get the width, unit, direction and a paragraph by using CGI.pmand forms from user. Then I need to apply width, unit and direction to the paragraph by CSS rules.
I was wondering if it is possible to write inline CSS in Perl using CGI.pm.
For example:
<p style=width:"user-width user-unit";text-align:"user-justification">
paragraph</p>