- or download this
my $records = Data::Object->load(welcome_data => $cookie->user) ;
- or download this
my $tree = html::welcome->new;
- or download this
$tree->replace_content(user_name => $records->[0]{user_name});
- or download this
[tag://oop,html,templating]