Help for this page

Select Code to Download


  1. or download this
    Selection.insertsymbol Font:="Wingdings", CharacterNumber:=-4063, Unic
    +ode  :=True
    
  2. or download this
    use Win32::OLE;
    use Win32::OLE::Const "Microsoft Word 12.0 Object Library"; 
    ...
    $word-> ActiveDocument->SaveAs('c:\tmp\foo.doc');
    #$doc->SaveAs( 'foo.docx' );
    $word->Quit;