Help for this page

Select Code to Download


  1. or download this
    my $id = 1006;
    my $answer;
    for (@data) {
        last if ($answer) = /^\Q$id\E\s*,(.*)/o;
    }