Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    use Win32::OLE::Const 'Microsoft Word';
    ...
    
    $Word->ActiveDocument->Close ;
    $Word->Quit;
    
  2. or download this
    while ( defined (my $paragraph = $enumerate->Next()) ) {
    
    ...
            $font->{Bold} = 1 if $word->{Text} =~ /Perl/;
        }
    }