> From: Soeren Thing Andersen [mailto:[EMAIL PROTECTED] > On Wed, 12 May 2004, Ole Holm Nielsen wrote: > > Is there any way to debug the code off-line, and to check > > whether any prerequisite modules are present ? > > I'd really love to get Frank's code to work so that we > > can open up for .zip attachments again. > ... > > mimedefang.pl -f test-filter -test
Or perl -c mimedefang-filter for in-place edits (if you don't mind living dangerously) or even perl -c -w mimedefang-filter if you're a paranoiac like me who starts every perl script off with use strict; [EMAIL PROTECTED] 805.964.4554 x902 Hispanic Business Inc./HireDiversity.com Software Engineer perl -e"print join er,reverse',','l hack',' P','Just anoth'" _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

