perl-Filter

This article is about a little-known feature of Perl called source filters. Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. This article tells you more about what source filters are, how they work, and how to write your own. The original purpose of source filters was to let you encrypt your program source to prevent casual piracy. This isn't all they can do, as you'll soon learn. But first, the basics.
Current version: 1.59

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 1.59 download project version
2019-01-17 9 1.58 download project version
2017-07-13 8 1.49 download project version
2015-06-25 7 1.45 download project version
2014-03-07 6 1.45 download project version
2013-09-10 5 1.45 download project version
2012-10-31 4 1.39 download project version
2012-05-01 3 1.39 download project version
2005-11-08 2 1.31 download project version