I've also found that even though Perl can handle forward slashes as path delimiters, Excel can't. For example:
# ... other code before this ... if (-e "c:/myfiles/test.xls") { # We get here just fine, but... $Book = $Excel->Workbooks->Open("c:/myfiles/test.xls") or die "Hork!\n"; # Dies }
In reply to Re^2: Problems with Win32::OLE and different Office versions
by Nkuvu
in thread Problems with Win32::OLE and different Office versions
by sashac88
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |