Help for this page

Select Code to Download


  1. or download this
    my @subcategories = ("Physics");
    my %unique_pages;
    ...
      my $page_content = fetch_page($page);
      # ... stuff here ...
    }
    
  2. or download this
    sub fetch_next_subcategory {
      my ($kernel, $heap) = @_[KERNEL, HEAP];
    ...
      # ... process page.
      $kernel->yield("fetch_next_article");
    }