Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    package PDAScraper;
    ...
    </html>
    
  2. or download this
    package PDAScraper::YahooTV;
    
    ...
    1;
    
  3. or download this
    package PDAScraper::Slate;
    
    ...
    1;
    
  4. or download this
    package PDAScraper::NewScientist;
    
    ...
    1;
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
    || die "$!";
    $NS_Scraper->scrape();
    
  6. or download this
    package PDAScraper::Foo;
    
    ...
    
    1;