Help for this page

Select Code to Download


  1. or download this
      my $literal = HTML::Element->new('~literal',
        'text' => ' '
      );
      my $element = HTML::Element->new('td', "class"=>"zwischanspalte");
      $element->push_content($literal);