- or download this
<html>
<head>
...
<p>Today's date is <span klass=content id="date">Oct 6, 2001</span>
+.
</body>
</html>
- or download this
use html::hello_world;
my $tree = html::hello_world->new;
$tree->name('terrence brannon')->date('5/11/1969')->as_HTML;
- or download this
package html::hello_world;
...
}