Help for this page
use strict; use wanings;
for (@{$your_hash{data}}) { if ($_->{ID} == $current_job_id) { ... last; } }