Help for this page

Select Code to Download


  1. or download this
    Constant subroutine emptyenum redefined
    at C:/Perl/site/lib/Win32/OLE/Const.pm line -1.
    
  2. or download this
    use Win32::Shortcut;
    use Win32::OLE qw(in with);
    ...
    
    # The above is my kiddy-scripted version of some VisualBasic that I
    # came upon:  Selection.Delete Unit:=wdCharacter, Count:=1
    
  3. or download this
        ws::BEGIN() called at C:/Perl/site/lib/Win32/OLE/Const.pm line 120
    
  4. or download this
        use strict;
        use warnings;
        use Win32::OLE;
        use Win32::OLE::Const 'Microsoft Outlook';
    
  5. or download this
        email_out::BEGIN() called at out_subs.pl line 1027