Hi, new here... I'm using perl to digest cfg files and drive some excel reports we produce. I'm now trying to make the script a bit more robust and handle things like missing sheets, named cells etc. VB has an on error to catch these errors. How do I do the same with perl? What I'm picturing is a generic error handler to field OLE errors
and 'do the right thing' based on the specific error.
thx,
-Tom