qball has asked for the wisdom of the Perl Monks concerning the following question:
for $comp_name (keys %CompHashDB) { print "DIFF: $comp_name\n" if $CompHashDB{$comp_name} ne $hashCompan +y{$comp_name}; }
@{$hashCompany{$vars[1]}} = join(',',@vars[0,1]);
$CompHashDB{$data[0]} = "$data[0]";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Advanced Hash
by Russ (Deacon) on Apr 13, 2001 at 22:54 UTC | |
Re: Advanced Hash
by knobunc (Pilgrim) on Apr 14, 2001 at 00:24 UTC |