Help for this page

Select Code to Download


  1. or download this
    my $new_elt = XML::Twig::Elt->new('div');
    my $table = HTML::Table->new([[1,2]]);
    my $content = decode('iso-8859-1', $table->getTable());
    $new_elt->set_inner_html($content);
    $new_elt->paste(before => $_);