Help for this page

Select Code to Download


  1. or download this
    # $note->(Color) <--------wrong
    $note->{Color} = $Color;
    
  2. or download this
    use Win32::OLE;
    use strict;
    ...
    # Close and Save note.
    $note->Close(olSave);