Help for this page

Select Code to Download


  1. or download this
         set_style($document, $st_doc_12_Underline);
        text     ($document, "Test Number: ");
        set_style($document, $st_doc_12_Body);
        text     ($document, "@row");
        enter    ($document);
    
  2. or download this
     use warnings;
    use strict;
    use DBI;
    ...
      $style{name} = $cur_style++;
      return \%style;
    }