I go with this.
This is unix. Simple programs taking input, doing simple processing, passing output to next in line of the pipeline. Avoid behemoths. That does not mean to just create "scripts" (whose internal functions can not be re-used by other scripts) - that's really really bad. Generalise and make freely available your algorithms by creating C libraries or Perl Modules. Then create pipeline scripts to utilise(=call functions from) your libraries, preferably publish your libraries.
In reply to Re^2: Web Scraping
by bliako
in thread Web Scraping
by betmatt
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |