Help for this page

Select Code to Download


  1. or download this
        if ( scalar $self->content_list == 0 && $self->_empty_element_map-
    +>{ $self->tag } ) {
            return $tag . " />";
    ...
        else {
            return $tag . ">";
        }
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    
    __END__
    <html><hr><br><img src="pic.jpg"></html>