Also, you don't need two loops there, you can do it in one loop:
for my $asignador_index ( keys %index ) { if ( $index{ $asignador_index }{ servicio } eq 'portal' && exists +$final{ $asignador_index } ) { $index{ $asignador_index }{ estado } = $final{ $asignador_inde +x }{ estado_max } } }
In reply to Re: Looking for the error in this code!
by jwkrahn
in thread Looking for the error in this code!
by Sombrerero_loco
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |