in reply to Source Filters

I wrote an unbreakable source dis-combobulator that you may want to try:

package SuperDuperObfuscated; use warnings; use strict; use Filter::Simple; FILTER { s///; # don't do jack } 1;
{grin}

-- Douglas