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