Help for this page

Select Code to Download


  1. or download this
    # Compatibility layer for applications using the old toplevel OLE.pm.
    # New code should use Win32::OLE
    
  2. or download this
    use strict;
    use warnings;
    ...
        acViewDesign,
        acReadOnly,
    );
    
  3. or download this
    use strict;
    use warnings;
    ...
    );
    system(@cmd)==0
      or die "System command failed!\nCommand was: '@cmd'\nError was: '$@'
    +\n ";