- or download this
$excel = new-object -comobject Excel.Application
$excel.visible = $true
$workbook = $excel.workbooks.add()
- or download this
#!/usr/bin/perl -w
use strict;
...
print "S2 .. "; sleep 10; print "Done.\n";
exit;
- or download this
S1 .. Done.
OLE exception from "Microsoft Excel":
...
Win32::OLE(0.1709) error 0x800a03ec
in METHOD/PROPERTYGET "Add" at try.pl line 11
S2 .. Done.
- or download this
OLE.xs:5764:39: warning: deprecated conversion from string constant to
+ ¡®char*¡¯ [-Wwrite-strings]