Front page | perl.beginners |
Postings from December 2002
Config::Ini
Thread Next
From:
Paul Kraus
Date:
December 11, 2002 08:51
Subject:
Config::Ini
Message ID:
021701c2a135$8b553130$64fea8c0@pkrausxp
When I run my program I get this error at this line.
[root@fileserver pdkbackup]# ./backup
exists argument is not a HASH or ARRAY element at ./backup line 29.
if (exists %{$ini{$section}}, email){
print "$ini{$section}{email}\n\n";
}
This statement is taken verbatim from the perldoc Config::Ini
Paul Kraus
Network Administrator
PEL Supply Company
216.267.5775 Voice
216-267-6176 Fax
www.pelsupply.com
Thread Next
-
Config::Ini
by Paul Kraus