Re: Win32::TieRegistry problem

2006-01-18 Thread OXx
gt; Also, you are forgetting to 'use strict' and 'use warnings'. You should > always use strict and warnings. > > > > > -Original Message- > From: OXx [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 17, 2006 4:13 PM > To: beginners@perl.

RE: Win32::TieRegistry problem

2006-01-17 Thread Timothy Johnson
ge- From: OXx [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 4:13 PM To: beginners@perl.org Subject: Win32::TieRegistry problem Hello I have a problem with this module. My script does not work with all pcs . In fact when I execute it on my computer I have no problem but in an other

Win32::TieRegistry problem

2006-01-17 Thread OXx
Hello I have a problem with this module. My script does not work with all pcs . In fact when I execute it on my computer I have no problem but in an other one I have this error: *Can't call method "GetValue" on an undefined value* An extract of my script: $Registry->Delimiter("/");