Help for this page

Select Code to Download


  1. or download this
    L<PerlMonks|http://www.perlmonks.org/>
    
  2. or download this
    C:\STRAWB~1\perl\bin/pod2html.bat: ../test.pod: cannot resolve L<PerlM
    +onks|http://www.perlmonks.org/> in paragraph 6.
    
  3. or download this
    # some L<>'s that shouldn't be:
    # a) full-blown URL's are emitted as-is
    ...
        #link text in $1, scheme in $2, everything else in $3
        return sprintf '<a href="%s://%s">%s</a>', $2, $3, html_escape($1)
    +;
    }
    
  4. or download this
    =over 1
    
    ...
    asdfghjk
    
    =back
    
  5. or download this
    =over 1
    
    ...
    sdfsfgsdh
    
    =back
    
  6. or download this
    if ($text =~ /\A(.+)\Z/s ){ # should have text
        emit_item_tag( $otext, $text, 1 );
    ...
        # write the definition term and close <dt> tag
        print HTML "</dt>\n";
    }
    
  7. or download this
    if ($text =~ /\A(.+)\Z/s ){ # should have text
        emit_item_tag( $otext, $text, 1 );
    ...
    
    # write the definition term and close <dt> tag
    print HTML "</dt>\n";