Help for this page

Select Code to Download


  1. or download this
    <!-- filename: full-000-body-cdl90 --> 
     <tr> 
      <td class="contentSmall" valign="top" id=bold width="5%" nowrap><str
    +ong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;020</strong></td>
    + 
    ...
      <td class="contentSmall" valign="top">|a Democratic Party (U.S.)</td
    +> 
     </tr> 
    <!-- end: full-000-body-cdl90 -->
    
  2. or download this
    if ($MARC_page =~ m{
        (?:020<)?            # MARC code followed by a bracket to identify
    ...
    }xmgs) {
        my $title = $1;
    }