Help for this page
$_->{flag} = 1 for grep { $_->{url} eq '/html/about.html' } @$pages;
$_->{flag} = ( $_->{url} eq '/html/about.html' ) for @$pages;