in reply to Re: handle ERROR 32 using perl script
in thread handle ERROR 32 using perl script

Or assign to $^E
$ perl -le"warn $^E=32" The process cannot access the file because it is being used by another + process at -e line 1.