Help for this page

Select Code to Download


  1. or download this
    my %content =  { title => 'hi', body=>'testing' };
    my $page = $obj->Template->format (content => %content);
    
  2. or download this
    my $content = { title => 'hi', body => 'testing' };
    my $page = $obj->Template->format( content => $content );