Hello, I have been annoyed by the pod2html command in the Perl bundle. It leaves unwanted files pod2htmd.tmp pod2htmi.tmp in the file directories. Fixed it this way: pod2html 2>/dev/null rm pod2htmd.tmp pod2htmi.tmp Could be useful for others (if you see bnasty side effect, please let me know). --j