# ... 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 }