Re: XML_Client.pm: use of uninitialised value at line 583

From: Leonid Igolnik (lim@igolnik.com)
Date: Tue Dec 18 2001 - 19:24:28 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> Line 586 of XML_Client.pm contains this:
> if ( $prompt->{response_code} == 555 ) {
You can modify this line to read:
if (exists $prompt->{response_code} and $prompt->{response_code} == 555 ) {

This should remove the warning.

Leonid
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8H94+RrKFtN3cJpMRAtQHAKDJLxnoAILaVT9lTxPxnv+UKAYhLgCg7JZx
V5ppTtFmWLZsIQLZhreWSCc=
=nZgd
-----END PGP SIGNATURE-----



This archive was generated by hypermail 2.1.3 : Tue Oct 19 2004 - 23:36:52 EDT