Help for this page

Select Code to Download


  1. or download this
      $links{$aLink}++;
  2. or download this
      keys %links
  3. or download this
    foreach $link ( @extracted_links ) {
        $links{$link}++;
    
        $constrainted_linkes{$link}++
            if ( 0 < grep { $link =~ m/$_/ } @constraints;
    }