Next Program Repair Shop 43

Shelling out

     291  # jsj !!! better error handling if FIND fails:
     292  # - get the retc
     293  # - just let STDERR go thru?
     294  #
     303  open (pipefd, $cmd);
        ...
     314  close (pipefd);
        find ... > /tmp/files && classify `cat /tmp/files`

Next Copyright © 2006 M. J. Dominus