Help for this page
#!/usr/bin/perl use strict; ... my $NS_Scraper = PDAScraper->new('PDAScraper::NewScientist') || die "$!"; $NS_Scraper->scrape();
use PDAScraper qw( YahooTV Slate NewScientist );