Help for this page

Select Code to Download


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