in reply to Trapping errors with Win32::OLE
# 2 = Throw errors, allowing script to deal with it. # 3 = Die on errors $Win32::OLE::Warn = 2; [download]
---Lars