Re: Win32 - Problem updating the registry

2002-11-03 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > I am trying to update the Registry using a script from > David Roth's book Win32 Perl Programming. The script > appears to run, no errors, however the Key does not get > added to the registry. > > Any help is appreciated. > > Thanks You want to test for errors and p

RE: Win32 - Problem updating the registry

2002-11-01 Thread Timothy Johnson
Also: use strict; use warnings; and don't forget to put in some else statements to go with your ifs. -Original Message- From: Kipp, James [mailto:James.Kipp@;mbna.com] Sent: Friday, November 01, 2002 9:31 AM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE:

RE: Win32 - Problem updating the registry

2002-11-01 Thread Kipp, James
maybe try putting some die or warn statements to hopefully give you a clue as to what went wrong. or check to see it Win32::Registry has any error status functions Original Message- > From: [EMAIL PROTECTED] [mailto:gkhgkh@;attbi.com] > Sent: Friday, November 01, 2002 12:22 PM > To: [EMAI