#!/usr/bin/perl foreach $f () { print "*** $f\n"; print `./ocr $f test.dict`; }