Verificar llave en una tabla hash
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
while ( <PARAdef> ) {
chomp;
my ($PGllave, $PGval) = split /\s+=\s+/;
print "$PGkey = ",
$PGval eq $hash{$PGllave}[$id] ? $hash{$PGllave}[$id] : $PGval, "\n";
}