Mailinglist Archive: opensuse (3109 mails)

< Previous Next >
Re: [opensuse] Perl question
  • From: "Joe Morris (NTM)" <Joe_Morris@xxxxxxx>
  • Date: Tue, 20 Feb 2007 22:43:12 +0800
  • Message-id: <45DB0900.8050204@xxxxxxx>
Patrick Kirsch wrote:
> Joe Morris (NTM) wrote:
>
>> I know very little about this problem, so I will share what I know and
>> if anyone knows perl if you can give me a hint. Problem is this line in
>> ddclient,
>> debug("glo fw = $globals{'fw'}");,
>>
>> which causes this error when run,
>> Use of uninitialized value in concatenation (.) or string at
>> /usr/sbin/ddclient line 1646.
>>
> The hash (%globals) entry of 'fw' is empty. Can you have a look for what
> $globals{'fw'} is used or when it is set?
>
>
It is only used in the following line, i.e.
debug("glo fw = $globals{'fw'}");
#if ( $globals{'ssl'} and $server ne $globals{'fw'} ) {
Which is commented out. Perhaps the author tried something or changed
something and just forgot to comment out the debug line. Is that possible?

--
Joe Morris
Registered Linux user 231871 running openSUSE 10.2 x86_64






--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups