www.pudn.com > sphinx_recipe.zip > PruneWithIndex.pl
#!/usr/bin/perl
# Prunes files out of a list of *.mfc files that do not
# appear in the WSJ style index file. This can be used
# to limit training to just the specified set such as
# SI-84.
#
# Copyright 2005 by Keith Vertanen
#
use strict;
if ( @ARGV < 4 )
{
print "$0