for (@$pages) { $_->{flag} = 1 if $_->{url} eq "/html/about.html"; } #### $_->{url} eq "/html/about.html" and $_->{flag} = 1 for @$pages;