Help for this page
$ prog.pl `ls file*`
$ prog.pl `grep KEYWORD file* | cut -f1 -d:`
$ prog.pl $(grep $(getkeyword.pl foo) file* | cut -f1 -d:)