Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $heading_1_font -> {Name} = "Bookmann";
    $heading_1_font -> {Size} = 20;
    $heading_1_font -> {Bold} =  1;
    
  2. or download this
    use warnings;
    use strict;
    ...
      $document->PageSetup->{Orientation} = wdOrientLandscape;
    }