CGI Programming (Part 4)or displayed as: This line is in bold This is in italics The parameters for the tag are passed as a hash (key-value) pair. If you want to display a text using an arial font with the size of 2, you can do this manually: or print $c->font({-face=>'Arial', -size=>'2'}, Sample Text); Generating Tables The result for this is:
For more information, you can check out the Perl documentation for CGI module
The copyright of the article CGI Programming (Part 4) in Perl is owned by Philip Yuson. Permission to republish CGI Programming (Part 4) in print or online must be granted by the author in writing.
Go To Page: 1 2 Articles in this Topic Discussions in this Topic |