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