Uri Guttman said:
it would help if you explained that did in whatever language it came
from.
uri
Ok...now, I am a newbie to perl. Actually i was working on a script to
export the details of a registry to a file. It was working well but it
stops sometimes with the error,
Can't call method "GetValues" on an undefined value at CompReg.pm line
239.
I figured out the reason for the error which is that i dont have
enough permissions to read a particular registry key. So, the program
stops when it reaches the key. I want it to continue and ignore if it
encounters any key which i dont have any permissions. How to implement
that?
In Visual Basic, there is "On error resume" which will continue the
program if it encounters any error. I wanted to know if there is any
equivalent
Rajesh