Help for this page

Select Code to Download


  1. or download this
    use strict;
    use wanings;
    
  2. or download this
    for (@{$your_hash{data}}) {
        if ($_->{ID} == $current_job_id) {
    ...
            last;
        }
    }