in reply to Regex to add text if text is missing
perl -p -i~ -e 's/\&([\w]+)\s*(?!\()/$1()/g' *.pl *.pm *.cgi [download]
--[ e d @ h a l l e y . c c ]