perl -pi -e 's/search/replace/g' *.textNow I would like to do what this is doing but from with in a perl script. It seems wrong to use ticks to drop out the command line and run perl from with in perl. What is the correct thing to do?
Kyle /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
