Help for this page

Select Code to Download


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