On Tuesday 20 February 2007 23:20, 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.
>
> Since it appeared to me to be a line added for debugging, commenting it
> out allowed the script to work (with a few other things. Does anyone
> understand the error or see the problem? TIA for any ideas.
What version of ddclient?
I'm using 3.3.7 (on CentOS) and do not have a problem, even though it has that
line:
1644 debug("server = $server");
1645 debug("opt(fw = ",opt('fw'));
1646 debug("glo fw = $globals{'fw'}");
Hang on, what's that at the end of line 1646 in yours?
--
Cheers
John Summerfield
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]