Generating new HTML tags

Since no mere mortal can keep up with Netscape and Microsoft as they battle it out for control of HTML, the code that generates HTML tags is general and extensible. You can create new HTML tags freely just by referring to them on the import line:

	use CGI shortcuts,winkin,blinkin,nod;

Now, in addition to the standard CGI shortcuts, you've created HTML tags named ``winkin'', ``blinkin'' and ``nod''. You can use them like this:

	print blinkin {color=>'blue',rate=>'fast'},"Yahoo!";
	# <blinkin COLOR="blue" RATE="fast">Yahoo!</blinkin>