FavoritePerlScriptsOfDavidDyck
From SPUG
Some of my favorite perl scripts
f2p - f2p is a wrapper around find2perl so I can invoke it
from the command line like find, and execute the
script without saving it in a temporary file
e.g: f2p . -eval /foobar/i -print
does an ignore-case search for a file

